Searched defs:ACaptureSessionOutput (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/camera/ndk/impl/
H A DACameraCaptureSession.h26 struct ACaptureSessionOutput { struct
27 explicit ACaptureSessionOutput(ANativeWindow* window, bool isShared = false) : function in struct:ACaptureSessionOutput
30 bool operator == (const ACaptureSessionOutput& other) const {
33 bool operator != (const ACaptureSessionOutput& other) const {
36 bool operator < (const ACaptureSessionOutput& other) const {
39 bool operator > (const ACaptureSessionOutput& other) const {
50 std::set<ACaptureSessionOutput> mOutputs;
95 camera_status_t updateOutputConfiguration(ACaptureSessionOutput *output);
/frameworks/av/camera/ndk/include/camera/
H A DNdkCameraDevice.h298 typedef struct ACaptureSessionOutput ACaptureSessionOutput; typedef in typeref:struct:ACaptureSessionOutput
328 * Create a ACaptureSessionOutput object.
330 * <p>The ACaptureSessionOutput is used in {@link ACaptureSessionOutputContainer_add} method to add
333 * needs the {@link ACaptureSessionOutput}.</p>
335 * @param anw the {@link ANativeWindow} to be associated with the {@link ACaptureSessionOutput}
336 * @param output the output {@link ACaptureSessionOutput} will be stored here if the
347 ANativeWindow* anw, /*out*/ACaptureSessionOutput** output);
350 * Free a ACaptureSessionOutput object.
352 * @param output the {@link ACaptureSessionOutput} t
[all...]
H A DNdkCameraCaptureSession.h597 typedef struct ACaptureSessionOutput ACaptureSessionOutput; typedef in typeref:struct:ACaptureSessionOutput
600 * Update shared ACaptureSessionOutput.
602 * <p>A shared ACaptureSessionOutput (see {@link ACaptureSessionSharedOutput_create}) that
614 * <p>Native windows that get added must not be part of any other registered ACaptureSessionOutput
640 ACaptureSessionOutput* output);

Completed in 9 milliseconds