Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DCaptureRequestTest.java858 public void testZoomRatio() throws Exception { in testZoomRatio() method in CaptureRequestTest
3373 float testZoomRatio = zoomRatioRange.getLower() + (zoomRatioRange.getUpper()
3377 if (testZoomRatio == 1.0f) {
3381 requestBuilder.set(CaptureRequest.CONTROL_ZOOM_RATIO, testZoomRatio);
3421 expectedZoomRatio = testZoomRatio;
DCameraExtensionSessionTest.java2512 public void testZoomRatio() throws Exception { in testZoomRatio() method in CameraExtensionSessionTest