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.java894 ArrayList<CaptureRequest> burstCaptureRequests = new ArrayList<>(); in captureRequestsSynchronizedImpl() local
897 burstCaptureRequests.add(request); in captureRequestsSynchronizedImpl()
903 mSession.captureBurst(burstCaptureRequests, listener, handler); in captureRequestsSynchronizedImpl()