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

/frameworks/av/camera/include/camera/ndk/
H A DNdkCameraDevice.h292 typedef struct ACaptureSessionOutput ACaptureSessionOutput; typedef in typeref:struct:ACaptureSessionOutput
322 * Create a ACaptureSessionOutput object.
324 * <p>The ACaptureSessionOutput is used in {@link ACaptureSessionOutputContainer_add} method to add
327 * needs the {@link ACaptureSessionOutput}.</p>
329 * @param anw the {@link ANativeWindow} to be associated with the {@link ACaptureSessionOutput}
330 * @param output the output {@link ACaptureSessionOutput} will be stored here if the
341 ANativeWindow* anw, /*out*/ACaptureSessionOutput** output);
344 * Free a ACaptureSessionOutput object.
346 * @param output the {@link ACaptureSessionOutput} t
[all...]
/frameworks/av/camera/ndk/impl/
H A DACameraCaptureSession.h26 struct ACaptureSessionOutput { struct
27 explicit ACaptureSessionOutput(ANativeWindow* window) : mWindow(window) {}; function in struct:ACaptureSessionOutput
29 bool operator == (const ACaptureSessionOutput& other) const {
32 bool operator != (const ACaptureSessionOutput& other) const {
35 bool operator < (const ACaptureSessionOutput& other) const {
38 bool operator > (const ACaptureSessionOutput& other) const {
47 std::set<ACaptureSessionOutput> mOutputs;
/frameworks/av/include/camera/ndk/
H A DNdkCameraDevice.h292 typedef struct ACaptureSessionOutput ACaptureSessionOutput; typedef in typeref:struct:ACaptureSessionOutput
322 * Create a ACaptureSessionOutput object.
324 * <p>The ACaptureSessionOutput is used in {@link ACaptureSessionOutputContainer_add} method to add
327 * needs the {@link ACaptureSessionOutput}.</p>
329 * @param anw the {@link ANativeWindow} to be associated with the {@link ACaptureSessionOutput}
330 * @param output the output {@link ACaptureSessionOutput} will be stored here if the
341 ANativeWindow* anw, /*out*/ACaptureSessionOutput** output);
344 * Free a ACaptureSessionOutput object.
346 * @param output the {@link ACaptureSessionOutput} t
[all...]

Completed in 543 milliseconds