Searched defs:ACaptureSessionOutput (Results 1 – 3 of 3) sorted by relevance
20 struct ACaptureSessionOutput { struct41 android::acam::utils::native_handle_ptr_wrapper mWindow;42 std::set<android::acam::utils::native_handle_ptr_wrapper> mSharedWindows;43 bool mIsShared;44 int mRotation = CAMERA3_STREAM_ROTATION_0;45 std::string mPhysicalCameraId;
32 struct ACaptureSessionOutput { struct59 std::set<ACaptureSessionOutput> mOutputs; argument
609 typedef struct ACaptureSessionOutput ACaptureSessionOutput; typedef