Camera: codegen update

Add device custom scene mode range.

Bug: 26687007
Change-Id: I4a11e5f0bc5cbaabe85d4f9c6f2904125a038028
This commit is contained in:
Yin-Chia Yeh
2016-03-09 14:44:49 -08:00
parent 04c659299f
commit 373482009b

View File

@@ -2070,6 +2070,24 @@ public abstract class CameraMetadata<TKey> {
*/
public static final int CONTROL_SCENE_MODE_FACE_PRIORITY_LOW_LIGHT = 19;
/**
* <p>Scene mode values within the range of
* <code>[DEVICE_CUSTOM_START, DEVICE_CUSTOM_END]</code> are reserved for device specific
* customized scene modes.</p>
* @see CaptureRequest#CONTROL_SCENE_MODE
* @hide
*/
public static final int CONTROL_SCENE_MODE_DEVICE_CUSTOM_START = 100;
/**
* <p>Scene mode values within the range of
* <code>[DEVICE_CUSTOM_START, DEVICE_CUSTOM_END]</code> are reserved for device specific
* customized scene modes.</p>
* @see CaptureRequest#CONTROL_SCENE_MODE
* @hide
*/
public static final int CONTROL_SCENE_MODE_DEVICE_CUSTOM_END = 127;
//
// Enumeration values for CaptureRequest#CONTROL_VIDEO_STABILIZATION_MODE
//