summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorZhijun He <zhijunhe@google.com>2014-05-22 21:17:37 -0700
committerZhijun He <zhijunhe@google.com>2014-05-22 21:58:48 -0700
commit1498615d56851664c96e51d530e445ed73be7a22 (patch)
tree4bbc1d488923d312d9dad4b5578ae31770c4ccea /api
parent2ecba24c48cf42b0c589d4390f7331314e57c320 (diff)
downloadframeworks_base-1498615d56851664c96e51d530e445ed73be7a22.zip
frameworks_base-1498615d56851664c96e51d530e445ed73be7a22.tar.gz
frameworks_base-1498615d56851664c96e51d530e445ed73be7a22.tar.bz2
Camera2: Add croppingType tag
This is to indicate if the camera supports arbitrary cropping. Bug: 15168075 Change-Id: Ib75f7af629be816229cc686c89980fec101301c0
Diffstat (limited to 'api')
-rw-r--r--api/current.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt
index a021d59..30ca14e 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -12199,6 +12199,7 @@ package android.hardware.camera2 {
field public static final android.hardware.camera2.CameraMetadata.Key REQUEST_PARTIAL_RESULT_COUNT;
field public static final android.hardware.camera2.CameraMetadata.Key REQUEST_PIPELINE_MAX_DEPTH;
field public static final android.hardware.camera2.CameraMetadata.Key SCALER_AVAILABLE_MAX_DIGITAL_ZOOM;
+ field public static final android.hardware.camera2.CameraMetadata.Key SCALER_CROPPING_TYPE;
field public static final android.hardware.camera2.CameraMetadata.Key SCALER_STREAM_CONFIGURATION_MAP;
field public static final android.hardware.camera2.CameraMetadata.Key SENSOR_AVAILABLE_TEST_PATTERN_MODES;
field public static final android.hardware.camera2.CameraMetadata.Key SENSOR_BASE_GAIN_FACTOR;
@@ -12410,6 +12411,8 @@ package android.hardware.camera2 {
field public static final int REQUEST_AVAILABLE_CAPABILITIES_DNG = 5; // 0x5
field public static final int REQUEST_AVAILABLE_CAPABILITIES_MANUAL_SENSOR = 2; // 0x2
field public static final int REQUEST_AVAILABLE_CAPABILITIES_ZSL = 4; // 0x4
+ field public static final int SCALER_CROPPING_TYPE_CENTER_ONLY = 0; // 0x0
+ field public static final int SCALER_CROPPING_TYPE_FREEFORM = 1; // 0x1
field public static final int SENSOR_INFO_COLOR_FILTER_ARRANGEMENT_BGGR = 3; // 0x3
field public static final int SENSOR_INFO_COLOR_FILTER_ARRANGEMENT_GBRG = 2; // 0x2
field public static final int SENSOR_INFO_COLOR_FILTER_ARRANGEMENT_GRBG = 1; // 0x1