Home
last modified time | relevance | path

Searched refs:GST_XCAM_BUFFER_POOL (Results 1 – 2 of 2) sorted by relevance

/external/libxcam/wrapper/gstreamer/
Dgstxcambufferpool.cpp106 GstXCamBufferPool *pool = GST_XCAM_BUFFER_POOL (object); in gst_xcam_buffer_pool_finalize()
119 GstXCamBufferPool *pool = GST_XCAM_BUFFER_POOL (base_pool); in gst_xcam_buffer_pool_start()
130 GstXCamBufferPool *pool = GST_XCAM_BUFFER_POOL (base_pool); in gst_xcam_buffer_pool_stop()
142 GstXCamBufferPool *pool = GST_XCAM_BUFFER_POOL (base_pool); in gst_xcam_buffer_pool_set_config()
162 GstXCamBufferPool *pool = GST_XCAM_BUFFER_POOL (base_pool); in gst_xcam_buffer_pool_acquire_buffer()
Dgstxcambufferpool.h33 #define GST_XCAM_BUFFER_POOL(obj) \ macro