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

/frameworks/av/camera/ndk/include/camera/
H A DNdkCaptureRequest.h56 * ACaptureRequest is an opaque type that contains settings and output targets needed to capture
59 * <p>ACaptureRequest contains the configuration for the capture hardware (sensor, lens, flash),
64 * <p>ACaptureRequest is created by {@link ACameraDevice_createCaptureRequest}.
66 * <p>ACaptureRequest is given to {@link ACameraCaptureSession_capture} or
84 typedef struct ACaptureRequest ACaptureRequest; typedef in typeref:struct:ACaptureRequest
90 * {@link ANativeWindow} to ACaptureRequest. Use {@link ACameraOutputTarget_free} to free the object
116 * Add an {@link ACameraOutputTarget} object to {@link ACaptureRequest}.
118 * @param request the {@link ACaptureRequest} of interest.
125 camera_status_t ACaptureRequest_addTarget(ACaptureRequest* reques
[all...]
/frameworks/av/camera/ndk/impl/
H A DACaptureRequest.h47 struct ACaptureRequest { struct

Completed in 77 milliseconds