Searched refs:reprocess (Results 1 - 4 of 4) 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
207 // Each reprocess request must be tied to a reprocessable session ID.
208 // Valid only for reprocess requests (mIsReprocess == true).
248 * @param isReprocess Indicates whether to create a reprocess capture request. {@code true}
249 * to create a reprocess capture request. {@code false} to create a regular
253 * reprocess capture request to the same session where
254 * the {@link TotalCaptureResult}, used to create the reprocess
257 * @throws IllegalArgumentException If creating a reprocess capture request with an invalid
270 throw new IllegalArgumentException("Create a reprocess capture request with an " +
347 * Determine if this is a reprocess captur
546 Builder(CameraMetadataNative template, boolean reprocess, int reprocessableSessionId) argument
[all...]
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraDeviceImpl.java107 * A list tracking request and its expected last regular frame number and last reprocess frame
706 templatedRequest, /*reprocess*/false, CameraCaptureSession.SESSION_ID_NONE);
721 return new CaptureRequest.Builder(resultMetadata, /*reprocess*/true,
1346 * This class holds a capture ID and its expected last regular frame number and last reprocess
1355 // The last reprocess frame number for this request ID. It's
1356 // CaptureCallback.NO_FRAMES_CAPTURED if the request ID has no reprocess request.
1375 // find the last regular frame number and the last reprocess frame number
1418 * Return the last reprocess frame number. Return CaptureCallback.NO_FRAMES_CAPTURED if
1419 * it contains no reprocess request.
1449 /** the skipped frame numbers that belong to reprocess result
[all...]
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.h971 // the minimal frame number of the next non-reprocess result
973 // the minimal frame number of the next reprocess result
975 // the minimal frame number of the next non-reprocess shutter
977 // the minimal frame number of the next reprocess shutter
1011 bool reprocess);
H A DCamera3Device.cpp2459 bool reprocess) {
2466 if (reprocess) {
2468 SET_ERR("Out-of-order reprocess capture result metadata submitted! "
3571 // Abort the input buffers for reprocess requests.
2455 sendCaptureResult(CameraMetadata &pendingMetadata, CaptureResultExtras &resultExtras, CameraMetadata &collectedPartialResult, uint32_t frameNumber, bool reprocess) argument

Completed in 125 milliseconds