Searched refs:ZOOM_RATIO_STEPS (Results 1 – 2 of 2) sorted by relevance
117 final int ZOOM_RATIO_STEPS = 100; in test10bitLogicalZoomCapture() local141 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()
2513 final int ZOOM_RATIO_STEPS = 10; in testZoomRatio() local2551 (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()