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.java222 CameraCharacteristics properties = in minimalPreviewConfig() local
227 if (properties != null) { in minimalPreviewConfig()
229 properties.get(CameraCharacteristics.SCALER_STREAM_CONFIGURATION_MAP). in minimalPreviewConfig()
362 CameraCharacteristics properties = in minimalJpegCapture() local
365 if (properties != null) { in minimalJpegCapture()
366 jpegSizes = properties.get(CameraCharacteristics.SCALER_STREAM_CONFIGURATION_MAP). in minimalJpegCapture()
496 CameraCharacteristics properties = getCameraCharacteristics(); in getOrientationHint() local
497 int sensorOrientation = properties.get(CameraCharacteristics.SENSOR_ORIENTATION); in getOrientationHint()
507 CameraCharacteristics properties = in getRecordingSize() local
511 if (properties != null) { in getRecordingSize()
[all …]
DTestingCamera2.java525 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(