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

/frameworks/base/core/java/android/hardware/camera2/
H A DCaptureRequest.java63 * <p>A reprocess capture request allows a previously-captured image from the camera device to be
189 // Each reprocess request must be tied to a reprocessable session ID.
190 // Valid only for reprocess requests (mIsReprocess == true).
228 * @param isReprocess Indicates whether to create a reprocess capture request. {@code true}
229 * to create a reprocess capture request. {@code false} to create a regular
233 * reprocess capture request to the same session where
234 * the {@link TotalCaptureResult}, used to create the reprocess
237 * @throws IllegalArgumentException If creating a reprocess capture request with an invalid
249 throw new IllegalArgumentException("Create a reprocess capture request with an " +
326 * Determine if this is a reprocess captur
524 Builder(CameraMetadataNative template, boolean reprocess, int reprocessableSessionId) argument
[all...]
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp2172 bool reprocess,
2180 if (reprocess) {
2182 SET_ERR("Out-of-order reprocess capture result metadata submitted! "
2777 // Abort the input buffers for reprocess requests.
2168 sendCaptureResult(CameraMetadata &pendingMetadata, CaptureResultExtras &resultExtras, CameraMetadata &collectedPartialResult, uint32_t frameNumber, bool reprocess, const AeTriggerCancelOverride_t &aeTriggerCancelOverride) argument

Completed in 89 milliseconds