Lines Matching defs:target

32  * <p>A CameraCaptureSession is created by providing a set of target output surfaces to
34 * {@link android.hardware.camera2.params.InputConfiguration} and a set of target output surfaces to
95 * a given output Surface before that Surface is used as a target for a request. The number of
113 * used as a target of a capture request in the first session, prepare cannot be called on it
118 * the Surface provided to prepare must not be used as a target of a CaptureRequest submitted
140 * already been used as a target of a CaptureRequest in this
181 * or has already been used as a target of a CaptureRequest in
202 * unfilled image buffers will have been freed. Any future use of the target Surface may require
209 * again even if it was used as a request target before the tearDown() call, as long as it
210 * doesn't get used as a target of a request between the tearDown() and prepare() calls.</p>
221 * already been used as a target of a CaptureRequest in this
247 * target.</p>
292 * target Surfaces, set with the CaptureRequest builder's
293 * {@link CaptureRequest.Builder#addTarget} method. The target surfaces (set with
366 * target {@link android.view.Surface surfaces}. The target surfaces (set with
397 * @throws IllegalArgumentException If the requests target no Surfaces, or the requests target
650 * <p>Closing a session frees up the target output Surfaces of the session for reuse with either
657 * since unchanged target outputs can be reused more efficiently.</p>
794 * While allocation is underway, the Surface must not be used as a capture target.
795 * Once this callback fires, the output Surface provided can again be used as a target for
1084 * @param target
1085 * The target Surface that the buffer will not be produced for
1090 @NonNull CaptureRequest request, @NonNull Surface target, long frameNumber) {