Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DCameraDeviceTest.java76 private static final int MIN_FPS_REQUIRED_FOR_STREAMING = 20; field in CameraDeviceTest
1249 if (maxFps < MIN_FPS_REQUIRED_FOR_STREAMING) { in checkFpsRange()
1251 + MIN_FPS_REQUIRED_FOR_STREAMING); in checkFpsRange()