Home | History | Annotate | Download | only in ndk

Lines Matching defs:ACaptureSessionOutput

291 typedef struct ACaptureSessionOutput ACaptureSessionOutput;
321 * Create a ACaptureSessionOutput object.
323 * <p>The ACaptureSessionOutput is used in {@link ACaptureSessionOutputContainer_add} method to add
326 * needs the {@link ACaptureSessionOutput}.</p>
328 * @param anw the {@link ANativeWindow} to be associated with the {@link ACaptureSessionOutput}
329 * @param output the output {@link ACaptureSessionOutput} will be stored here if the
340 ANativeWindow* anw, /*out*/ACaptureSessionOutput** output);
343 * Free a ACaptureSessionOutput object.
345 * @param output the {@link ACaptureSessionOutput} to be freed.
349 void ACaptureSessionOutput_free(ACaptureSessionOutput* output);
352 * Add an {@link ACaptureSessionOutput} object to {@link ACaptureSessionOutputContainer}.
355 * @param output the output {@link ACaptureSessionOutput} to be added to container.
362 ACaptureSessionOutputContainer* container, const ACaptureSessionOutput* output);
365 * Remove an {@link ACaptureSessionOutput} object from {@link ACaptureSessionOutputContainer}.
367 * <p>This method has no effect if the ACaptureSessionOutput does not exist in
371 * @param output the output {@link ACaptureSessionOutput} to be removed from container.
378 ACaptureSessionOutputContainer* container, const ACaptureSessionOutput* output);