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…
259 CameraCharacteristics properties = in minimalPreviewConfig() local264 if (properties != null) { in minimalPreviewConfig()266 properties.get(CameraCharacteristics.SCALER_STREAM_CONFIGURATION_MAP). in minimalPreviewConfig()448 CameraCharacteristics properties = in minimalStillCapture() local451 if (properties != null) { in minimalStillCapture()452 stillSizes = properties.get(CameraCharacteristics.SCALER_STREAM_CONFIGURATION_MAP). in minimalStillCapture()572 CameraCharacteristics properties = getCameraCharacteristics(); in getOrientationHint() local573 int sensorOrientation = properties.get(CameraCharacteristics.SENSOR_ORIENTATION); in getOrientationHint()583 CameraCharacteristics properties = in getRecordingSize() local587 if (properties != null) { in getRecordingSize()[all …]
567 CameraCharacteristics properties = mCameraOps.getCameraCharacteristics();568 Range<Integer> sensitivityRange = properties.get(603 CameraCharacteristics properties = mCameraOps.getCameraCharacteristics();604 Range<Long> exposureRange = properties.get(639 CameraCharacteristics properties = mCameraOps.getCameraCharacteristics();640 Long frameDurationMax = properties.get(