Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DZoomCaptureTest.java117 final int ZOOM_RATIO_STEPS = 100; in test10bitLogicalZoomCapture() local
141 ArrayList<Float> candidateZoomRatios = new ArrayList<>(ZOOM_RATIO_STEPS); in test10bitLogicalZoomCapture()
143 (zoomRatioRange.getUpper() - zoomRatioRange.getLower()) / ZOOM_RATIO_STEPS; in test10bitLogicalZoomCapture()
144 for (int step = 0; step < (ZOOM_RATIO_STEPS - 1); step++) { in test10bitLogicalZoomCapture()
147 candidateZoomRatios.add(ZOOM_RATIO_STEPS - 1, zoomRatioRange.getUpper()); in test10bitLogicalZoomCapture()
DCameraExtensionSessionTest.java2513 final int ZOOM_RATIO_STEPS = 10; in testZoomRatio() local
2551 (zoomRatioRange.getUpper() - zoomRatioRange.getLower()) / ZOOM_RATIO_STEPS; in testZoomRatio()
2556 ArrayList<Float> candidateZoomRatios = new ArrayList<>(ZOOM_RATIO_STEPS); in testZoomRatio()
2557 for (int step = 0; step < (ZOOM_RATIO_STEPS - 1); step++) { in testZoomRatio()
2560 candidateZoomRatios.add(ZOOM_RATIO_STEPS - 1, zoomRatioRange.getUpper()); in testZoomRatio()