Camera: update available LSC map mode key type
Bug: 21403373 Change-Id: I37101e2d0ef5cb8d66676dcdb16938ac8fe85c64
This commit is contained in:
@@ -2447,8 +2447,8 @@ public final class CameraCharacteristics extends CameraMetadata<CameraCharacteri
|
||||
* @see CaptureRequest#STATISTICS_LENS_SHADING_MAP_MODE
|
||||
*/
|
||||
@PublicKey
|
||||
public static final Key<byte[]> STATISTICS_INFO_AVAILABLE_LENS_SHADING_MAP_MODES =
|
||||
new Key<byte[]>("android.statistics.info.availableLensShadingMapModes", byte[].class);
|
||||
public static final Key<int[]> STATISTICS_INFO_AVAILABLE_LENS_SHADING_MAP_MODES =
|
||||
new Key<int[]>("android.statistics.info.availableLensShadingMapModes", int[].class);
|
||||
|
||||
/**
|
||||
* <p>Maximum number of supported points in the
|
||||
|
||||
Reference in New Issue
Block a user