diff options
author | Zhijun He <zhijunhe@google.com> | 2014-05-28 13:52:04 -0700 |
---|---|---|
committer | Zhijun He <zhijunhe@google.com> | 2014-05-28 15:23:21 -0700 |
commit | 50f7243ca068c793c8b5aca37a9e983b630c477f (patch) | |
tree | fc37bb4504f4c7f617197856941fa3e3338b1716 /api | |
parent | b9a65de1f79d92326abcccc295c18f24afb83053 (diff) | |
download | frameworks_base-50f7243ca068c793c8b5aca37a9e983b630c477f.zip frameworks_base-50f7243ca068c793c8b5aca37a9e983b630c477f.tar.gz frameworks_base-50f7243ca068c793c8b5aca37a9e983b630c477f.tar.bz2 |
Camera2: Update spec for thumbnail cropping behavior
Also update FULL capability spec (remove ZSL from the requirement list).
Bug: 15168075
Change-Id: I864baf35ffab9047b52facb29011682e724bbc9b
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 cddbbf8..dddd6ae 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 |