Lines Matching refs:ACaptureSessionOutput
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()
249 ACaptureSessionOutputContainer* container, const ACaptureSessionOutput* output) { in ACaptureSessionOutputContainer_remove()