Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/testcases/
DCamera2SurfaceViewTestCase.java893 ArrayList<CaptureRequest> burstCaptureRequests = new ArrayList<>(); in captureRequestsSynchronizedImpl() local
896 burstCaptureRequests.add(request); in captureRequestsSynchronizedImpl()
902 mSession.captureBurst(burstCaptureRequests, listener, handler); in captureRequestsSynchronizedImpl()