Home
last modified time | relevance | path

Searched refs:sSetCommandMap (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraMetadataNative.java423 SetCommand s = sSetCommandMap.get(key); in set()
1000 private static final HashMap<Key<?>, SetCommand> sSetCommandMap = field in CameraMetadataNative
1003 sSetCommandMap.put(CameraCharacteristics.SCALER_AVAILABLE_FORMATS.getNativeKey(), in CameraCharacteristics.SCALER_AVAILABLE_FORMATS.getNativeKey()
1010 sSetCommandMap.put(CaptureResult.STATISTICS_FACE_RECTANGLES.getNativeKey(), in CaptureResult.STATISTICS_FACE_RECTANGLES.getNativeKey()
1017 sSetCommandMap.put(CaptureResult.STATISTICS_FACES.getNativeKey(), in CaptureResult.STATISTICS_FACES.getNativeKey()
1024 sSetCommandMap.put(CaptureRequest.TONEMAP_CURVE.getNativeKey(), new SetCommand() { in CaptureRequest.TONEMAP_CURVE.getNativeKey()
1030 sSetCommandMap.put(CaptureResult.JPEG_GPS_LOCATION.getNativeKey(), new SetCommand() { in CaptureResult.JPEG_GPS_LOCATION.getNativeKey()