Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DReprocessCaptureTest.java915 ArrayList<CaptureRequest> reprocessRequests = in testReprocessAbort() local
930 reprocessRequests.add(builder.build()); in testReprocessAbort()
937 mSession.captureBurst(reprocessRequests, captureCallback, mHandler); in testReprocessAbort()
939 for (CaptureRequest request : reprocessRequests) { in testReprocessAbort()
946 captureCallback.getTotalCaptureResultForRequest(reprocessRequests.get(0), in testReprocessAbort()
963 for (int i = 1; i < reprocessRequests.size(); i++) { in testReprocessAbort()
964 CaptureRequest request = reprocessRequests.get(i); in testReprocessAbort()
1006 ArrayList<CaptureRequest> reprocessRequests = new ArrayList<>(NUM_REPROCESS_CAPTURES); in testReprocessTimestamps() local
1017 reprocessRequests.add(builder.build()); in testReprocessTimestamps()
1024 mSession.captureBurst(reprocessRequests, captureCallback, mHandler); in testReprocessTimestamps()
[all …]
DMultiResolutionReprocessCaptureTest.java400 List<CaptureRequest> reprocessRequests = new ArrayList<>(); in testMultiResolutionMandatoryStreamCombination() local
446 reprocessRequests.add(builder.build()); in testMultiResolutionMandatoryStreamCombination()
450 session.captureBurst(reprocessRequests, reprocessOutputCaptureListener, mHandler); in testMultiResolutionMandatoryStreamCombination()
DRobustnessTest.java1032 List<CaptureRequest> reprocessRequests = new ArrayList<>(); in testMandatoryReprocessableStreamCombination() local
1073 reprocessRequests.add(builder.build()); in testMandatoryReprocessableStreamCombination()
1077 session.captureBurst(reprocessRequests, reprocessOutputCaptureListener, mHandler); in testMandatoryReprocessableStreamCombination()