diff options
author | Zhijun He <zhijunhe@google.com> | 2014-05-28 22:49:31 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-05-28 22:49:31 +0000 |
commit | f5fe63c35cb804e4dba87037c7af29e536963be0 (patch) | |
tree | 66d4d57e8a79d9cf4b8969fc9a54358527f6f2d4 /api | |
parent | 9ce7e02fa758204ac66aaa94a7a4b85fca5c1f1b (diff) | |
parent | 50f7243ca068c793c8b5aca37a9e983b630c477f (diff) | |
download | frameworks_base-f5fe63c35cb804e4dba87037c7af29e536963be0.zip frameworks_base-f5fe63c35cb804e4dba87037c7af29e536963be0.tar.gz frameworks_base-f5fe63c35cb804e4dba87037c7af29e536963be0.tar.bz2 |
Merge "Camera2: Update spec for thumbnail cropping behavior" into lmp-preview-dev
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index 771610e..2b6189a 100644 --- a/api/current.txt +++ b/api/current.txt @@ -12394,6 +12394,7 @@ package android.hardware.camera2 { field public static final int NOISE_REDUCTION_MODE_HIGH_QUALITY = 2; // 0x2 field public static final int NOISE_REDUCTION_MODE_OFF = 0; // 0x0 field public static final int REQUEST_AVAILABLE_CAPABILITIES_DNG = 5; // 0x5 + field public static final int REQUEST_AVAILABLE_CAPABILITIES_MANUAL_POST_PROCESSING = 3; // 0x3 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 |