Home
last modified time | relevance | path

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

/pdk/apps/TestingCamera/
Dproject.properties6 # To customize properties used by the Ant build system edit
7 # "ant.properties", and override values to adapt the script to your
10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
/pdk/apps/TestingCamera2/src/com/android/testingcamera2/v1/
DCameraOps.java259 CameraCharacteristics properties = in minimalPreviewConfig() local
264 if (properties != null) { in minimalPreviewConfig()
266 properties.get(CameraCharacteristics.SCALER_STREAM_CONFIGURATION_MAP). in minimalPreviewConfig()
448 CameraCharacteristics properties = in minimalStillCapture() local
451 if (properties != null) { in minimalStillCapture()
452 stillSizes = properties.get(CameraCharacteristics.SCALER_STREAM_CONFIGURATION_MAP). in minimalStillCapture()
572 CameraCharacteristics properties = getCameraCharacteristics(); in getOrientationHint() local
573 int sensorOrientation = properties.get(CameraCharacteristics.SENSOR_ORIENTATION); in getOrientationHint()
583 CameraCharacteristics properties = in getRecordingSize() local
587 if (properties != null) { in getRecordingSize()
[all …]
DTestingCamera2.java567 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(