Searched refs:NUM_RESULTS_WAIT (Results 1 – 1 of 1) sorted by relevance
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | PerformanceTest.java | 94 private static final int NUM_RESULTS_WAIT = 30; field in PerformanceTest 237 CameraTestUtils.waitForNumResults(resultListener, NUM_RESULTS_WAIT, in testCameraLaunch() 454 request, NUM_RESULTS_WAIT); in testSingleCaptureForFormat() 463 request, NUM_RESULTS_WAIT); in testSingleCaptureForFormat() 482 CameraTestUtils.waitForNumResults(previewResultListener, NUM_RESULTS_WAIT, in testSingleCaptureForFormat() 714 CameraTestUtils.waitForNumResults(previewResultListener, NUM_RESULTS_WAIT, in testMultipleCapture() 1110 resultListener, NUM_RESULTS_WAIT, WAIT_FOR_RESULT_TIMEOUT_MS); in testZoomSettingsOverrideLatency() 1435 waitForFrames(NUM_RESULTS_WAIT); 1543 waitForFrames(NUM_RESULTS_WAIT);
|