Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DZoomCaptureTest.java53 import static android.hardware.camera2.cts.CameraTestUtils.CAPTURE_RESULT_TIMEOUT_MS;
232 CAPTURE_RESULT_TIMEOUT_MS); in bufferFormatZoomTestByCamera()
DHeifWriterTest.java20 import static android.hardware.camera2.cts.CameraTestUtils.CAPTURE_RESULT_TIMEOUT_MS;
386 result = listener.getCaptureResult(CAPTURE_RESULT_TIMEOUT_MS); in validateCaptureResult()
DRobustnessTest.java1179 CameraTestUtils.CAPTURE_RESULT_TIMEOUT_MS); in testBasicTriggerSequence()
1213 CameraTestUtils.CAPTURE_RESULT_TIMEOUT_MS); in testBasicTriggerSequence()
1221 CameraTestUtils.CAPTURE_RESULT_TIMEOUT_MS); in testBasicTriggerSequence()
1324 CameraTestUtils.CAPTURE_RESULT_TIMEOUT_MS); in testSimultaneousTriggers()
1441 CameraTestUtils.CAPTURE_RESULT_TIMEOUT_MS); in testAfThenAeTrigger()
1558 CameraTestUtils.CAPTURE_RESULT_TIMEOUT_MS); in testAeThenAfTrigger()
1676 CameraTestUtils.CAPTURE_RESULT_TIMEOUT_MS); in testAeAndAfCausality()
2091 CameraTestUtils.CAPTURE_RESULT_TIMEOUT_MS); in cancelTriggersAndWait()
DCameraDeviceTest.java653 result = results.poll(CAPTURE_RESULT_TIMEOUT_MS, TimeUnit.MILLISECONDS); in testChainedOperation()
1404 resultListener.getCaptureResult(CAPTURE_RESULT_TIMEOUT_MS); in prepareTestByCamera()
1744 resultCallback.getCaptureResultForRequest(singleRequest, CAPTURE_RESULT_TIMEOUT_MS); in captureSingleShot()
1753 resultCallback.getCaptureResult(CAPTURE_RESULT_TIMEOUT_MS); in captureSingleShot()
1841 postAbortRequests.get(i), CAPTURE_RESULT_TIMEOUT_MS); in captureBurstShot() local
1851 resultCallback.getCaptureResult(CAPTURE_RESULT_TIMEOUT_MS); in captureBurstShot()
DLogicalCameraDeviceTest.java1193 CameraTestUtils.CAPTURE_RESULT_TIMEOUT_MS); in testBasicPhysicalStreamingForCamera()
1235 CameraTestUtils.CAPTURE_RESULT_TIMEOUT_MS); in testBasicPhysicalStreamingForCamera()
1258 CameraTestUtils.CAPTURE_RESULT_TIMEOUT_MS); in testBasicPhysicalStreamingForCamera()
DPerformanceTest.java697 CameraTestUtils.CAPTURE_RESULT_TIMEOUT_MS); in testMultipleCapture()
1468 CameraTestUtils.CAPTURE_RESULT_TIMEOUT_MS);
2309 result = getPartialResultNTime(CameraTestUtils.CAPTURE_RESULT_TIMEOUT_MS);
2332 result = getCaptureResultNTime(CameraTestUtils.CAPTURE_RESULT_TIMEOUT_MS);
DImageReaderTest.java20 import static android.hardware.camera2.cts.CameraTestUtils.CAPTURE_RESULT_TIMEOUT_MS;
1902 CaptureResult result = listener.getCaptureResult(CAPTURE_RESULT_TIMEOUT_MS); in bufferFormatLongProcessingTimeTestByCamera()
1954 CaptureResult result = listener.getCaptureResult(CAPTURE_RESULT_TIMEOUT_MS); in validateCaptureResult()
DFeatureCombinationTest.java350 CameraTestUtils.CAPTURE_RESULT_TIMEOUT_MS); in verifyCombinationStreaming()
DCaptureRequestTest.java1872 result = listener.getCaptureResult(CAPTURE_RESULT_TIMEOUT_MS); in flashTestByAeMode()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DCameraSessionUtils.java121 CameraTestUtils.CAPTURE_RESULT_TIMEOUT_MS); in getCapturedResult()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java137 public static final int CAPTURE_RESULT_TIMEOUT_MS = 3000; field in CameraTestUtils
995 CAPTURE_RESULT_TIMEOUT_MS); in getTotalCaptureResultForRequest()
1037 CAPTURE_RESULT_TIMEOUT_MS); in getTotalCaptureResultsForRequests()
1114 CaptureFailure failure = mFailureQueue.poll(CAPTURE_RESULT_TIMEOUT_MS, in getCaptureFailures()
1143 Pair<Surface, Long> failure = mBufferLostQueue.poll(CAPTURE_RESULT_TIMEOUT_MS, in getLostBuffers()
1173 Integer abortSequence = mAbortQueue.poll(CAPTURE_RESULT_TIMEOUT_MS, in geAbortedSequences()
1203 CAPTURE_RESULT_TIMEOUT_MS, TimeUnit.MILLISECONDS); in waitForCaptureStart()
1207 "event after waiting for " + CAPTURE_RESULT_TIMEOUT_MS + " ms."); in waitForCaptureStart()
1267 CAPTURE_RESULT_TIMEOUT_MS, TimeUnit.MILLISECONDS); in getCaptureStartTimestamps()
1269 + CAPTURE_RESULT_TIMEOUT_MS + "ms", captureStart); in getCaptureStartTimestamps()
[all …]