Searched refs:ACaptureSessionOutput (Results 1 – 11 of 11) sorted by relevance
/frameworks/av/camera/ndk/include/camera/ |
D | NdkCameraDevice.h | 367 ANativeWindow* anw, /*out*/ACaptureSessionOutput** output) __INTRODUCED_IN(24); 376 void ACaptureSessionOutput_free(ACaptureSessionOutput* output) __INTRODUCED_IN(24); 389 ACaptureSessionOutputContainer* container, const ACaptureSessionOutput* output) 406 ACaptureSessionOutputContainer* container, const ACaptureSessionOutput* output) 708 ANativeWindow* anw, /*out*/ACaptureSessionOutput** output) __INTRODUCED_IN(28); 725 camera_status_t ACaptureSessionSharedOutput_add(ACaptureSessionOutput *output, 741 camera_status_t ACaptureSessionSharedOutput_remove(ACaptureSessionOutput *output, 801 /*out*/ACaptureSessionOutput** output) __INTRODUCED_IN(29);
|
D | NdkCameraCaptureSession.h | 637 typedef struct ACaptureSessionOutput ACaptureSessionOutput; typedef 680 ACaptureSessionOutput* output) __INTRODUCED_IN(28);
|
/frameworks/av/camera/ndk/impl/ |
D | ACameraCaptureSession.h | 32 struct ACaptureSessionOutput { struct 33 explicit ACaptureSessionOutput(ANativeWindow* 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 { 73 std::set<ACaptureSessionOutput> mOutputs; argument 141 camera_status_t updateOutputConfiguration(ACaptureSessionOutput *output);
|
D | ACameraCaptureSession.cpp | 128 camera_status_t ACameraCaptureSession::updateOutputConfiguration(ACaptureSessionOutput *output) { in updateOutputConfiguration()
|
D | ACameraDevice.h | 152 camera_status_t updateOutputConfigurationLocked(ACaptureSessionOutput *output);
|
D | ACameraDevice.cpp | 267 camera_status_t CameraDevice::updateOutputConfigurationLocked(ACaptureSessionOutput *output) { in updateOutputConfigurationLocked()
|
/frameworks/av/camera/ndk/ |
D | NdkCameraDevice.cpp | 127 ANativeWindow* window, /*out*/ACaptureSessionOutput** out) { in ACaptureSessionOutput_create() 134 *out = new ACaptureSessionOutput(window, false); in ACaptureSessionOutput_create() 140 ANativeWindow* window, /*out*/ACaptureSessionOutput** out) { in ACaptureSessionSharedOutput_create() 147 *out = new ACaptureSessionOutput(window, true); in ACaptureSessionSharedOutput_create() 154 /*out*/ACaptureSessionOutput** out) { in ACaptureSessionPhysicalOutput_create() 161 *out = new ACaptureSessionOutput(window, false, physicalId); in ACaptureSessionPhysicalOutput_create() 166 camera_status_t ACaptureSessionSharedOutput_add(ACaptureSessionOutput *out, in ACaptureSessionSharedOutput_add() 192 camera_status_t ACaptureSessionSharedOutput_remove(ACaptureSessionOutput *out, in ACaptureSessionSharedOutput_remove() 217 void ACaptureSessionOutput_free(ACaptureSessionOutput* output) { in ACaptureSessionOutput_free() 227 ACaptureSessionOutputContainer* container, const ACaptureSessionOutput* output) { in ACaptureSessionOutputContainer_add() [all …]
|
D | NdkCameraCaptureSession.cpp | 181 ACaptureSessionOutput* output) { in ACameraCaptureSession_updateSharedOutput()
|
/frameworks/av/camera/ndk/ndk_vendor/tests/ |
D | AImageReaderVendorTest.cpp | 109 ACaptureSessionOutput* sessionOutput = nullptr; in initCamera() 354 ACaptureSessionOutput* mImgReaderOutput = nullptr; 355 std::vector<ACaptureSessionOutput*> mSessionPhysicalOutputs;
|
/frameworks/av/camera/ndk/ndk_vendor/impl/ |
D | ACameraDevice.h | 197 camera_status_t updateOutputConfigurationLocked(ACaptureSessionOutput *output);
|
D | ACameraDevice.cpp | 274 camera_status_t CameraDevice::updateOutputConfigurationLocked(ACaptureSessionOutput *output) { in updateOutputConfigurationLocked()
|