Home
last modified time | relevance | path

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

/frameworks/av/camera/ndk/ndk_vendor/impl/
DACameraCaptureSessionVendor.h20 struct ACaptureSessionOutput { struct
25 bool operator == (const ACaptureSessionOutput& other) const { argument
41 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;
/frameworks/av/camera/ndk/impl/
DACameraCaptureSession.h32 struct ACaptureSessionOutput { struct
37 bool operator == (const ACaptureSessionOutput& other) const { argument
59 std::set<ACaptureSessionOutput> mOutputs; argument
/frameworks/av/camera/ndk/include/camera/
DNdkCameraDevice.h309 typedef struct ACaptureSessionOutput ACaptureSessionOutput; typedef
DNdkCameraCaptureSession.h600 typedef struct ACaptureSessionOutput ACaptureSessionOutput; typedef