Home
last modified time | relevance | path

Searched refs:ZOOM_ERROR_MARGIN (Results 1 – 3 of 3) sorted by relevance

/cts/tests/camera/src/android/hardware/camera2/cts/
DCaptureRequestTest.java2764 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);
DCameraExtensionSessionTest.java108 private static final float ZOOM_ERROR_MARGIN = 0.05f; field in CameraExtensionSessionTest
2083 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()
DPerformanceTest.java1053 final float ZOOM_ERROR_MARGIN = 0.05f; in testZoomSettingsOverrideLatency() local
1117 float zoomErrorMargin = Math.min(ZOOM_ERROR_MARGIN, in testZoomSettingsOverrideLatency()