Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DMultiResolutionReprocessCaptureTest.java335 SimpleCaptureCallback reprocessOutputCaptureListener = new SimpleCaptureCallback(); in testMultiResolutionMandatoryStreamCombination() local
450 session.captureBurst(reprocessRequests, reprocessOutputCaptureListener, mHandler); in testMultiResolutionMandatoryStreamCombination()
453 TotalCaptureResult result = reprocessOutputCaptureListener.getTotalCaptureResult( in testMultiResolutionMandatoryStreamCombination()
462 reprocessOutputCaptureListener.drain(); in testMultiResolutionMandatoryStreamCombination()
DDngCreatorTest.java982 CameraTestUtils.SimpleCaptureCallback reprocessOutputCaptureListener = in captureReprocessedRawShot() local
1069 mCameraSession.captureBurst(reprocessCaptureRequests, reprocessOutputCaptureListener, in captureReprocessedRawShot()
1071 TotalCaptureResult result = reprocessOutputCaptureListener.getTotalCaptureResult( in captureReprocessedRawShot()
DRobustnessTest.java954 SimpleCaptureCallback reprocessOutputCaptureListener = new SimpleCaptureCallback(); in testMandatoryReprocessableStreamCombination() local
1077 session.captureBurst(reprocessRequests, reprocessOutputCaptureListener, mHandler); in testMandatoryReprocessableStreamCombination()
1080 TotalCaptureResult result = reprocessOutputCaptureListener.getTotalCaptureResult( in testMandatoryReprocessableStreamCombination()
1088 reprocessOutputCaptureListener.drain(); in testMandatoryReprocessableStreamCombination()