Searched refs:ZOOM_ERROR_MARGIN (Results 1 – 3 of 3) sorted by relevance
2764 final float ZOOM_ERROR_MARGIN = 0.01f;2765 if (Math.abs(maxZoom - 1.0f) < ZOOM_ERROR_MARGIN) {2987 final float ZOOM_ERROR_MARGIN = 0.05f;3074 Math.abs(previousRatio - resultZoomRatio) < ZOOM_ERROR_MARGIN ||3081 Math.abs(zoomFactor - resultZoomRatio) / zoomFactor <= ZOOM_ERROR_MARGIN);3139 Math.abs(resultZoomRatio - resultZoomRatioWithCrop) < ZOOM_ERROR_MARGIN);
108 private static final float ZOOM_ERROR_MARGIN = 0.05f; field in CameraExtensionSessionTest2083 Math.abs(zoomRatio - resultZoomRatio) / zoomRatio <= ZOOM_ERROR_MARGIN); in onCaptureResultAvailable()2546 if (Math.abs(maxZoom - 1.0f) < ZOOM_ERROR_MARGIN) { in testZoomRatio()2552 if (zoomStep < ZOOM_ERROR_MARGIN) { in testZoomRatio()
1053 final float ZOOM_ERROR_MARGIN = 0.05f; in testZoomSettingsOverrideLatency() local1117 float zoomErrorMargin = Math.min(ZOOM_ERROR_MARGIN, in testZoomSettingsOverrideLatency()