Searched defs:ACaptureSessionOutput (Results 1 – 3 of 3) sorted by relevance
25 struct ACaptureSessionOutput { struct30 bool operator == (const ACaptureSessionOutput& other) const { argument46 inline bool isWindowEqual(ACameraWindowType* window) const { in isWindowEqual()51 inline bool addSharedWindow(ACameraWindowType* window) { in addSharedWindow()57 inline size_t removeSharedWindow(ACameraWindowType* window) { in removeSharedWindow()61 native_handle_ptr_wrapper mWindow;62 std::set<native_handle_ptr_wrapper> mSharedWindows;63 bool mIsShared;64 int mRotation = CAMERA3_STREAM_ROTATION_0;65 std::string mPhysicalCameraId;
32 struct ACaptureSessionOutput { struct37 bool operator == (const ACaptureSessionOutput& other) const { argument73 struct ACaptureSessionOutputContainer { argument74 std::set<ACaptureSessionOutput> mOutputs; argument
637 typedef struct ACaptureSessionOutput ACaptureSessionOutput; typedef