Home
last modified time | relevance | path

Searched refs:ACaptureSessionOutput (Results 1 – 12 of 12) sorted by relevance

/frameworks/av/camera/ndk/include/camera/
DNdkCameraDevice.h309 typedef struct ACaptureSessionOutput ACaptureSessionOutput; typedef
359 ACameraWindowType* anw, /*out*/ACaptureSessionOutput** output) __INTRODUCED_IN(24);
368 void ACaptureSessionOutput_free(ACaptureSessionOutput* output) __INTRODUCED_IN(24);
381 ACaptureSessionOutputContainer* container, const ACaptureSessionOutput* output)
398 ACaptureSessionOutputContainer* container, const ACaptureSessionOutput* output)
716 ACameraWindowType* anw, /*out*/ACaptureSessionOutput** output) __INTRODUCED_IN(28);
733 camera_status_t ACaptureSessionSharedOutput_add(ACaptureSessionOutput *output,
749 camera_status_t ACaptureSessionSharedOutput_remove(ACaptureSessionOutput *output,
813 /*out*/ACaptureSessionOutput** output) __INTRODUCED_IN(29);
DNdkCameraCaptureSession.h600 typedef struct ACaptureSessionOutput ACaptureSessionOutput; typedef
643 ACaptureSessionOutput* output) __INTRODUCED_IN(28);
/frameworks/av/camera/ndk/ndk_vendor/impl/
DACameraCaptureSessionVendor.h20 struct ACaptureSessionOutput { struct
21 explicit ACaptureSessionOutput(native_handle_t* window, bool isShared = false,
25 bool operator == (const ACaptureSessionOutput& other) const { argument
29 bool operator != (const ACaptureSessionOutput& other) const {
33 bool operator < (const ACaptureSessionOutput& other) const {
37 bool operator > (const ACaptureSessionOutput& other) const {
DACameraDevice.h179 camera_status_t updateOutputConfigurationLocked(ACaptureSessionOutput *output);
DACameraDevice.cpp272 camera_status_t CameraDevice::updateOutputConfigurationLocked(ACaptureSessionOutput *output) { in updateOutputConfigurationLocked()
/frameworks/av/camera/ndk/impl/
DACameraCaptureSession.h32 struct ACaptureSessionOutput { struct
33 explicit ACaptureSessionOutput(ACameraWindowType* window, bool isShared = false,
37 bool operator == (const ACaptureSessionOutput& other) const { argument
40 bool operator != (const ACaptureSessionOutput& other) const {
43 bool operator < (const ACaptureSessionOutput& other) const {
46 bool operator > (const ACaptureSessionOutput& other) const {
59 std::set<ACaptureSessionOutput> mOutputs; argument
106 camera_status_t updateOutputConfiguration(ACaptureSessionOutput *output);
DACameraCaptureSession.cpp112 camera_status_t ACameraCaptureSession::updateOutputConfiguration(ACaptureSessionOutput *output) { in updateOutputConfiguration()
DACameraDevice.h152 camera_status_t updateOutputConfigurationLocked(ACaptureSessionOutput *output);
DACameraDevice.cpp268 camera_status_t CameraDevice::updateOutputConfigurationLocked(ACaptureSessionOutput *output) { in updateOutputConfigurationLocked()
/frameworks/av/camera/ndk/
DNdkCameraDevice.cpp134 ACameraWindowType* window, /*out*/ACaptureSessionOutput** out) { in ACaptureSessionOutput_create()
141 *out = new ACaptureSessionOutput(window, false); in ACaptureSessionOutput_create()
147 ACameraWindowType* window, /*out*/ACaptureSessionOutput** out) { in ACaptureSessionSharedOutput_create()
154 *out = new ACaptureSessionOutput(window, true); in ACaptureSessionSharedOutput_create()
161 /*out*/ACaptureSessionOutput** out) { in ACaptureSessionPhysicalOutput_create()
168 *out = new ACaptureSessionOutput(window, false, physicalId); in ACaptureSessionPhysicalOutput_create()
173 camera_status_t ACaptureSessionSharedOutput_add(ACaptureSessionOutput *out, in ACaptureSessionSharedOutput_add()
198 camera_status_t ACaptureSessionSharedOutput_remove(ACaptureSessionOutput *out, in ACaptureSessionSharedOutput_remove()
223 void ACaptureSessionOutput_free(ACaptureSessionOutput* output) { in ACaptureSessionOutput_free()
233 ACaptureSessionOutputContainer* container, const ACaptureSessionOutput* output) { in ACaptureSessionOutputContainer_add()
[all …]
DNdkCameraCaptureSession.cpp197 ACaptureSessionOutput* output) { in ACameraCaptureSession_updateSharedOutput()
/frameworks/av/camera/ndk/ndk_vendor/tests/
DAImageReaderVendorTest.cpp109 ACaptureSessionOutput* sessionOutput = nullptr; in initCamera()
266 ACaptureSessionOutput* mImgReaderOutput = nullptr;
267 std::vector<ACaptureSessionOutput*> mSessionPhysicalOutputs;