Home
last modified time | relevance | path

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

/aosp12/frameworks/av/camera/ndk/ndk_vendor/impl/
H A DACameraCaptureSessionVendor.h20 struct ACaptureSessionOutput { struct
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;
/aosp12/frameworks/av/camera/ndk/impl/
H A DACameraCaptureSession.h32 struct ACaptureSessionOutput { struct
59 std::set<ACaptureSessionOutput> mOutputs; argument
/aosp12/frameworks/av/camera/ndk/include/camera/
H A DNdkCameraCaptureSession.h609 typedef struct ACaptureSessionOutput ACaptureSessionOutput; typedef