Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DPerformanceTest.java1043 final double kZoomRatioAt1x = 1.01f; in roundAwayFrom1() local
1044 return zoomRatio == 1.0 ? kZoomRatioAt1x : zoomRatio; in roundAwayFrom1()