Searched refs:WAIT_FOR_RESULT_TIMEOUT_MS (Results 1 – 8 of 8) sorted by relevance
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/ |
D | Camera2SurfaceViewTestCase.java | 83 protected static final int WAIT_FOR_RESULT_TIMEOUT_MS = 3000; field in Camera2SurfaceViewTestCase 275 /*timeoutMs*/WAIT_FOR_RESULT_TIMEOUT_MS); in stopPreviewAndDrain() 361 numResultsWait, WAIT_FOR_RESULT_TIMEOUT_MS); in waitForResultValue() 384 WAIT_FOR_RESULT_TIMEOUT_MS); in waitForAnyResultValue() 469 WAIT_FOR_RESULT_TIMEOUT_MS); in waitForNumResults() 506 mStaticInfo, WAIT_FOR_RESULT_TIMEOUT_MS, NUM_RESULTS_WAIT_TIMEOUT); in waitForAeStable() 536 expectedAeStates, WAIT_FOR_RESULT_TIMEOUT_MS, NUM_RESULTS_WAIT_TIMEOUT); in waitForAeLocked()
|
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | PerformanceTest.java | 89 private static final int WAIT_FOR_RESULT_TIMEOUT_MS = 3000; field in PerformanceTest 191 WAIT_FOR_RESULT_TIMEOUT_MS); in testCameraLaunch() 416 WAIT_FOR_RESULT_TIMEOUT_MS); in testSingleCaptureForFormat() 577 WAIT_FOR_RESULT_TIMEOUT_MS, NUM_RESULTS_WAIT_TIMEOUT); in testMultipleCapture() 589 NUM_RESULTS_WAIT_TIMEOUT, WAIT_FOR_RESULT_TIMEOUT_MS); in testMultipleCapture() 627 WAIT_FOR_RESULT_TIMEOUT_MS); in testMultipleCapture() 834 WAIT_FOR_RESULT_TIMEOUT_MS, inputImages[i].getTimestamp()); in reprocessingCaptureStallTestByCamera() 941 WAIT_FOR_RESULT_TIMEOUT_MS, inputImages[i].getTimestamp()); in reprocessingPerformanceTestByCamera() 1323 /*timeoutMs*/WAIT_FOR_RESULT_TIMEOUT_MS); in stopPreviewAndDrain()
|
D | CaptureRequestTest.java | 1135 CaptureResult result = resultListener.getCaptureResult(WAIT_FOR_RESULT_TIMEOUT_MS); in focusDistanceTestRepeating() 1336 result = listener.getCaptureResult(WAIT_FOR_RESULT_TIMEOUT_MS); in colorCorrectionTestByCamera() 1612 listener.getCaptureResult(WAIT_FOR_RESULT_TIMEOUT_MS); in verifyAntiBandingMode() 1616 CaptureResult result = listener.getCaptureResult(WAIT_FOR_RESULT_TIMEOUT_MS); in verifyAntiBandingMode() 1811 resultsDuringLock[i] = listener.getCaptureResult(WAIT_FOR_RESULT_TIMEOUT_MS); in autoAeMultipleCapturesThenTestLock() 1851 warmupListener.getCaptureResult(WAIT_FOR_RESULT_TIMEOUT_MS); in aeManualControlTest() 1872 long timeoutMs = WAIT_FOR_RESULT_TIMEOUT_MS + 2 * expTimesNs[i] / 1000000; in aeManualControlTest() 1896 CaptureResult result = listener.getCaptureResult(WAIT_FOR_RESULT_TIMEOUT_MS); in verifyBlackLevelLockResults() 1920 CaptureResult result = listener.getCaptureResult(WAIT_FOR_RESULT_TIMEOUT_MS); in verifyShadingMap() 1998 CaptureResult result = listener.getCaptureResult(WAIT_FOR_RESULT_TIMEOUT_MS); [all …]
|
D | StillCaptureTest.java | 636 result = resultListener.getCaptureResult(WAIT_FOR_RESULT_TIMEOUT_MS); in focalLengthTestByCamera() 645 result = resultListener.getCaptureResult(WAIT_FOR_RESULT_TIMEOUT_MS); in focalLengthTestByCamera() 684 WAIT_FOR_RESULT_TIMEOUT_MS); in previewPersistenceTestByCamera() 829 result = resultListener.getCaptureResult(WAIT_FOR_RESULT_TIMEOUT_MS); in takePictureTestByCamera() 873 result = resultListener.getCaptureResult(WAIT_FOR_RESULT_TIMEOUT_MS); in takePictureTestByCamera() 895 result = resultListener.getCaptureResultForRequest(request, WAIT_FOR_RESULT_TIMEOUT_MS); in takePictureTestByCamera() 1360 normalResult = resultListener.getCaptureResult(WAIT_FOR_RESULT_TIMEOUT_MS); in aeCompensationTestByCamera() 1408 request, WAIT_FOR_RESULT_TIMEOUT_MS); in aeCompensationTestByCamera()
|
D | LogicalCameraDeviceTest.java | 281 Image image = readerListener.getImage(WAIT_FOR_RESULT_TIMEOUT_MS); in testBasicLogicalPhysicalStreamCombination() 296 Image image = readerListener.getImage(WAIT_FOR_RESULT_TIMEOUT_MS); in testBasicLogicalPhysicalStreamCombination() 312 Image image = readerListener.getImage(WAIT_FOR_RESULT_TIMEOUT_MS); in testBasicLogicalPhysicalStreamCombination() 410 readerListener.getImage(WAIT_FOR_RESULT_TIMEOUT_MS); in testBasicPhysicalRequests() 658 requests, WAIT_FOR_RESULT_TIMEOUT_MS); in testLogicalCameraZoomSwitch() 745 … CaptureResult result = listener.getCaptureResult(WAIT_FOR_RESULT_TIMEOUT_MS); in testActivePhysicalId()
|
D | SurfaceViewPreviewTest.java | 308 CaptureResult result = resultListener.getCaptureResult(WAIT_FOR_RESULT_TIMEOUT_MS); in preparePerformanceTestByCamera() 673 CaptureResult result = resultListener.getCaptureResult(WAIT_FOR_RESULT_TIMEOUT_MS); in measureMeanFrameInterval() 738 CaptureResult result = resultListener.getCaptureResult(WAIT_FOR_RESULT_TIMEOUT_MS); in verifyPreviewTargetFpsRange()
|
D | RecordingTest.java | 1922 CaptureResult prevResult = resultListener.getCaptureResult(WAIT_FOR_RESULT_TIMEOUT_MS); 1926 resultListener.getCaptureResult(WAIT_FOR_RESULT_TIMEOUT_MS); 1931 resultListener.getCaptureResult(WAIT_FOR_RESULT_TIMEOUT_MS); 2000 CaptureResult prevResult = resultListener.getCaptureResult(WAIT_FOR_RESULT_TIMEOUT_MS); 2004 resultListener.getCaptureResult(WAIT_FOR_RESULT_TIMEOUT_MS);
|
D | CaptureResultTest.java | 59 private static final long WAIT_FOR_RESULT_TIMEOUT_MS = 3000; field in CaptureResultTest 405 result = captureListener.getTotalCaptureResult(WAIT_FOR_RESULT_TIMEOUT_MS); in validateCaptureResult()
|