Searched defs:maxInFlight (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DCaptureCollector.java277 * @param maxInFlight max allowed in-flight requests.
280 public CaptureCollector(int maxInFlight, CameraDeviceState deviceState) { argument
281 mMaxInFlight = maxInFlight;
298 * already {@code maxInFlight} requests in progress (until at least one prior request has

Completed in 37 milliseconds