Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DPerformanceTest.java1010 zoomRatios.add(roundAwayFrom1(ratio)); in getZoomRatiosToTest()
1021 zoomRatios.addFirst(roundAwayFrom1(Math.exp(logRatio))); in getZoomRatiosToTest()
1026 zoomRatios.add(roundAwayFrom1(Math.exp(logRatio))); in getZoomRatiosToTest()
1042 private double roundAwayFrom1(double zoomRatio) { in roundAwayFrom1() method in PerformanceTest