Searched refs:ACaptureSessionOutput (Results 1 – 12 of 12) sorted by relevance
/frameworks/av/camera/ndk/include/camera/ |
D | NdkCameraDevice.h | 309 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);
|
D | NdkCameraCaptureSession.h | 600 typedef struct ACaptureSessionOutput ACaptureSessionOutput; typedef 643 ACaptureSessionOutput* output) __INTRODUCED_IN(28);
|
/frameworks/av/camera/ndk/ndk_vendor/impl/ |
D | ACameraCaptureSessionVendor.h | 20 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 {
|
D | ACameraDevice.h | 179 camera_status_t updateOutputConfigurationLocked(ACaptureSessionOutput *output);
|
D | ACameraDevice.cpp | 272 camera_status_t CameraDevice::updateOutputConfigurationLocked(ACaptureSessionOutput *output) { in updateOutputConfigurationLocked()
|
/frameworks/av/camera/ndk/impl/ |
D | ACameraCaptureSession.h | 32 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);
|
D | ACameraCaptureSession.cpp | 112 camera_status_t ACameraCaptureSession::updateOutputConfiguration(ACaptureSessionOutput *output) { in updateOutputConfiguration()
|
D | ACameraDevice.h | 152 camera_status_t updateOutputConfigurationLocked(ACaptureSessionOutput *output);
|
D | ACameraDevice.cpp | 268 camera_status_t CameraDevice::updateOutputConfigurationLocked(ACaptureSessionOutput *output) { in updateOutputConfigurationLocked()
|
/frameworks/av/camera/ndk/ |
D | NdkCameraDevice.cpp | 134 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 …]
|
D | NdkCameraCaptureSession.cpp | 197 ACaptureSessionOutput* output) { in ACameraCaptureSession_updateSharedOutput()
|
/frameworks/av/camera/ndk/ndk_vendor/tests/ |
D | AImageReaderVendorTest.cpp | 109 ACaptureSessionOutput* sessionOutput = nullptr; in initCamera() 266 ACaptureSessionOutput* mImgReaderOutput = nullptr; 267 std::vector<ACaptureSessionOutput*> mSessionPhysicalOutputs;
|