Home
last modified time | relevance | path

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

/frameworks/av/camera/ndk/ndk_vendor/impl/
DACameraCaptureSessionVendor.h25 struct ACaptureSessionOutput { struct
30 bool operator == (const ACaptureSessionOutput& other) const { argument
46 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;
/frameworks/av/camera/ndk/impl/
DACameraCaptureSession.h32 struct ACaptureSessionOutput { struct
37 bool operator == (const ACaptureSessionOutput& other) const { argument
73 struct ACaptureSessionOutputContainer { argument
74 std::set<ACaptureSessionOutput> mOutputs; argument
/frameworks/av/camera/ndk/include/camera/
DNdkCameraCaptureSession.h637 typedef struct ACaptureSessionOutput ACaptureSessionOutput; typedef