Searched refs:ZOOM_STEPS (Results 1 – 1 of 1) sorted by relevance
139 private static final int ZOOM_STEPS = 15; field in CaptureRequestTest2811 Rect[] cropRegions = new Rect[ZOOM_STEPS];2812 MeteringRectangle[][] expectRegions = new MeteringRectangle[ZOOM_STEPS][];2820 CaptureRequest[] requests = new CaptureRequest[ZOOM_STEPS];2874 for (int i = 0; i < ZOOM_STEPS; i++) {2878 float zoomFactor = (float) (1.0f + (maxZoom - 1.0) * i / ZOOM_STEPS);2995 MeteringRectangle[][] expectRegions = new MeteringRectangle[ZOOM_STEPS][];3026 for (int i = 0; i < ZOOM_STEPS; i++) {3031 zoomRatioRange.getLower()) * i / ZOOM_STEPS;3163 for (int i = 0; i <= ZOOM_STEPS; i++) {[all …]