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

/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DCaptureSequencer.cpp640 Vector<CameraMetadata> requests; local
641 requests.push(mCaptureRequest);
642 res = mBurstCapture->start(requests, mCaptureId);
/frameworks/base/core/java/android/hardware/camera2/
H A DCameraDevice.java52 * post-processing. These requests would normally be used with the
61 * means prioritizing image quality over frame rate. These requests would
71 * recording quality. These requests would commonly be used with the
81 * disrupting the ongoing recording. These requests would commonly be used
137 * or a only some of the outputs. This method must be called before requests
202 * into the {@link StateListener#onIdle idle state}. Capture requests using the newly-configured
210 * requests. Finally, once the device is idle, it then reconfigures its outputs, and calls the
212 * requests. Therefore, no submitted work is discarded. To idle as fast as possible, use {@link
248 * <p>Create a {@link CaptureRequest.Builder} for new capture requests,
287 * <p>Multiple requests ca
361 captureBurst(List<CaptureRequest> requests, CaptureListener listener, Handler handler) argument
477 setRepeatingBurst(List<CaptureRequest> requests, CaptureListener listener, Handler handler) argument
[all...]
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraDevice.java258 public int captureBurst(List<CaptureRequest> requests, CaptureListener listener, argument
260 if (requests.isEmpty()) {
319 public int setRepeatingBurst(List<CaptureRequest> requests, CaptureListener listener, argument
321 if (requests.isEmpty()) {
339 // Queue for deletion after in-flight requests finish
596 // service, and clean up repeating requests there instead.
599 // prior repeating requests queued for deletion, remove those
600 // requests from mCaptureListenerMap.
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp342 lines = String8(" In-flight requests:\n");
1118 ALOGV("%s: Camera %d: Flushing all requests", __FUNCTION__, mId);
1137 // in some requests recently.
1590 // Get capture timestamp from list of in-flight requests, where it was added
1956 const RequestList &requests) {
1960 requests.begin(), requests.end());
2251 // Always atomically enqueue all requests in a repeating request
2254 const RequestList &requests = mRepeatingRequests; local
2256 requests
1955 setRepeatingRequests( const RequestList &requests) argument
[all...]

Completed in 2941 milliseconds