Searched refs:properties (Results 1 – 3 of 3) sorted by relevance
6 # To customize properties used by the Ant build system edit7 # "ant.properties", and override values to adapt the script to your10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
222 CameraCharacteristics properties = in minimalPreviewConfig() local227 if (properties != null) { in minimalPreviewConfig()229 properties.get(CameraCharacteristics.SCALER_STREAM_CONFIGURATION_MAP). in minimalPreviewConfig()362 CameraCharacteristics properties = in minimalJpegCapture() local365 if (properties != null) { in minimalJpegCapture()366 jpegSizes = properties.get(CameraCharacteristics.SCALER_STREAM_CONFIGURATION_MAP). in minimalJpegCapture()496 CameraCharacteristics properties = getCameraCharacteristics(); in getOrientationHint() local497 int sensorOrientation = properties.get(CameraCharacteristics.SENSOR_ORIENTATION); in getOrientationHint()507 CameraCharacteristics properties = in getRecordingSize() local511 if (properties != null) { in getRecordingSize()[all …]
525 CameraCharacteristics properties = mCameraOps.getCameraCharacteristics();526 Range<Integer> sensitivityRange = properties.get(561 CameraCharacteristics properties = mCameraOps.getCameraCharacteristics();562 Range<Long> exposureRange = properties.get(597 CameraCharacteristics properties = mCameraOps.getCameraCharacteristics();598 Long frameDurationMax = properties.get(