Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DReprocessCaptureTest.java601 TotalCaptureResult result = holder.getTotalCaptureResult(); in testReprocessMixedBurst()
660 TotalCaptureResult result = holder.getTotalCaptureResult(); in testReprocessBurst()
721 TotalCaptureResult result = imageResultHolder.getTotalCaptureResult(); in testReprocess()
1407 public TotalCaptureResult getTotalCaptureResult() { in getTotalCaptureResult() method in ReprocessCaptureTest.ImageResultHolder
DRobustnessTest.java916 captureListener.getTotalCaptureResult(CAPTURE_TIMEOUT); in testAbandonRepeatingRequestSurface()
931 TotalCaptureResult result = captureListener.getTotalCaptureResult( in testAbandonRepeatingRequestSurface()
1413 TotalCaptureResult result = inputCaptureListener.getTotalCaptureResult( in testReprocessStreamCombination()
1426 TotalCaptureResult result = reprocessOutputCaptureListener.getTotalCaptureResult( in testReprocessStreamCombination()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java462 return getTotalCaptureResult(timeout); in getCaptureResult()
486 public TotalCaptureResult getTotalCaptureResult(long timeout) { in getTotalCaptureResult() method in CameraTestUtils.SimpleCaptureCallback
573 TotalCaptureResult result = getTotalCaptureResult(CAPTURE_RESULT_TIMEOUT_MS); in getTotalCaptureResultsForRequests()