Searched defs:captureRequests (Results 1 – 6 of 6) sorted by relevance
62 List<CaptureRequest> captureRequests = Collections.emptyList(); in captureBurstRequests_callsCaptureBurst() local77 List<CaptureRequest> captureRequests = Collections.emptyList(); in captureSingleRequest_callsCaptureBurstRequests() local118 List<CaptureRequest> captureRequests = Collections.emptyList(); in setRepeatingBurstRequests_callsSetRepeatingBurst() local134 List<CaptureRequest> captureRequests = Collections.emptyList(); in setRepeatingBurstRequests_callsSetRepeatingBurstRequests() local
48 public boolean shouldStopRepeatingBeforeCapture( in shouldStopRepeatingBeforeCapture()
31 private val captureRequests = mutableListOf<RequestMetadata>() in <lambda>() constant
269 captureCallback.waitFor(numOfCaptures = 20) { captureRequests, _ -> in <lambda>() method294 captureCallback.waitFor(numOfCaptures = 20) { captureRequests, _ -> in <lambda>() method316 captureCallback.waitFor(numOfCaptures = 20) { captureRequests, _ -> in <lambda>() method497 val captureRequests: MutableList<CaptureRequest> = mutableListOf(), in <lambda>() constant in androidx.camera.integration.core.Camera2InteropIntegrationTest.CaptureContainer
758 List<CaptureRequest> captureRequests = new ArrayList<>(); in issueBurstCaptureRequest() local885 private int captureHighSpeedBurst(@NonNull List<CaptureRequest> captureRequests, in captureHighSpeedBurst()
119 val captureRequests = ArrayList<CaptureRequest>(requests.size) in nextRequestNumber() constant