Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DPerformanceTest.java918 private enum ZoomRange { enum in PerformanceTest
933 ZoomDirection.ZOOM_IN, ZoomRange.RATIO_1_OR_LARGER, in testZoomSettingsOverrideLatencyInFrom1x()
946 ZoomDirection.ZOOM_OUT, ZoomRange.RATIO_1_OR_LARGER, in testZoomSettingsOverrideLatencyOutTo1x()
959 ZoomDirection.ZOOM_OUT, ZoomRange.RATIO_1_OR_SMALLER, in testZoomSettingsOverrideLatencyOutFrom1x()
971 ZoomDirection.ZOOM_IN, ZoomRange.RATIO_FULL_RANGE, in testZoomSettingsOverrideLatencyInWithUltraWide()
983 ZoomDirection.ZOOM_OUT, ZoomRange.RATIO_FULL_RANGE, in testZoomSettingsOverrideLatencyOutWithUltraWide()
991 boolean checkSmoothZoomForV, ZoomDirection direction, ZoomRange range) { in getZoomRatiosToTest()
998 if (range == ZoomRange.RATIO_1_OR_LARGER) { in getZoomRatiosToTest()
1000 } else if (range == ZoomRange.RATIO_1_OR_SMALLER) { in getZoomRatiosToTest()
1052 ZoomDirection direction, ZoomRange range, boolean checkSmoothZoom) throws Exception { in testZoomSettingsOverrideLatency()
[all …]