Searched refs:getCameraCharacteristic (Results 1 – 1 of 1) sorted by relevance
/packages/services/DeviceAsWebcam/src/com/android/DeviceAsWebcam/ |
D | CameraController.java | 540 Integer lensFacing = getCameraCharacteristic(characteristics, in refreshLensFacingCameraIds() 581 zoomRatioRange = getCameraCharacteristic(physicalChars, in createCameraInfo() 600 getCameraCharacteristic(chars, CameraCharacteristics.LENS_FACING), in createCameraInfo() 601 getCameraCharacteristic(chars, CameraCharacteristics.SENSOR_ORIENTATION), in createCameraInfo() 603 getCameraCharacteristic(chars, in createCameraInfo() 648 private static <T> T getCameraCharacteristic(CameraCharacteristics chars, in getCameraCharacteristic() method 667 private <T> T getCameraCharacteristic(String cameraId, CameraCharacteristics.Key<T> key) { in getCameraCharacteristic() method 883 int[] availableCapabilities = getCameraCharacteristic(chars, in isBackwardCompatible() 890 int[] availableSceneModes = getCameraCharacteristic(chars, in isFacePrioritySupported() 897 int[] caps = getCameraCharacteristic(chars, in isStreamUseCaseSupported() [all …]
|