HomeSort by relevance Sort by last modified time
    Searched defs:ACaptureSessionOutput (Results 1 - 2 of 2) sorted by null

  /frameworks/av/camera/ndk/impl/
ACameraCaptureSession.h 26 struct ACaptureSessionOutput {
27 ACaptureSessionOutput(ANativeWindow* window) : mWindow(window) {};
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/
NdkCameraDevice.h 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
    [all...]

Completed in 55 milliseconds