Searched refs:ZoomDirection (Results 1 – 1 of 1) sorted by relevance
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | PerformanceTest.java | 912 private enum ZoomDirection { 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() 1030 if (direction == ZoomDirection.ZOOM_OUT) { in getZoomRatiosToTest() 1052 ZoomDirection direction, ZoomRange range, boolean checkSmoothZoom) throws Exception { in testZoomSettingsOverrideLatency() 1140 || (direction == ZoomDirection.ZOOM_IN in testZoomSettingsOverrideLatency() [all …]
|