Home
last modified time | relevance | path

Searched refs:cameraCharacteristics (Results 1 – 2 of 2) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowCameraCharacteristicsTest.java21 private final CameraCharacteristics cameraCharacteristics = field in ShadowCameraCharacteristicsTest
26 shadowOf(cameraCharacteristics).set(key0, 1); in testSetExistingKey()
29 shadowOf(cameraCharacteristics).set(key0, 1); in testSetExistingKey()
38 assertThat(cameraCharacteristics.get(key0)).isNull(); in testGetUnrecognizedKey()
43 shadowOf(cameraCharacteristics).set(key0, 1); in testGetRecognizedKey()
45 assertThat(cameraCharacteristics.get(key0)).isEqualTo(1); in testGetRecognizedKey()
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
DCamera2Enumerator.java78 final CameraCharacteristics cameraCharacteristics; in getSupportedFormats() local
80 cameraCharacteristics = cameraManager.getCameraCharacteristics(Integer.toString(cameraId)); in getSupportedFormats()
89 cameraCharacteristics.get(CameraCharacteristics.CONTROL_AE_AVAILABLE_TARGET_FPS_RANGES); in getSupportedFormats()
96 cameraCharacteristics.get(CameraCharacteristics.SCALER_STREAM_CONFIGURATION_MAP); in getSupportedFormats()