Home
last modified time | relevance | path

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

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
DCamera2ReprocessCaptureTest.java520 ArrayList<CaptureRequest> reprocessRequests = in testReprocessAbort() local
531 reprocessRequests.add(builder.build()); in testReprocessAbort()
538 mSession.captureBurst(reprocessRequests, captureCallback, mHandler); in testReprocessAbort()
540 for (CaptureRequest request : reprocessRequests) { in testReprocessAbort()
547 captureCallback.getTotalCaptureResultForRequest(reprocessRequests.get(0), in testReprocessAbort()
564 for (int i = 1; i < reprocessRequests.size(); i++) { in testReprocessAbort()
565 CaptureRequest request = reprocessRequests.get(i); in testReprocessAbort()
607 ArrayList<CaptureRequest> reprocessRequests = new ArrayList<>(NUM_REPROCESS_CAPTURES); in testReprocessTimestamps() local
618 reprocessRequests.add(builder.build()); in testReprocessTimestamps()
625 mSession.captureBurst(reprocessRequests, captureCallback, mHandler); in testReprocessTimestamps()
[all …]