Home
last modified time | relevance | path

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

/external/libxcam/wrapper/gstreamer/
Dgstxcambufferpool.cpp50 G_DEFINE_TYPE (GstXCamBufferPool, gst_xcam_buffer_pool, GST_TYPE_BUFFER_POOL);
97 gst_xcam_buffer_pool_init (GstXCamBufferPool *pool) in gst_xcam_buffer_pool_init()
106 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()
236 GstXCamBufferPool *pool; in gst_xcam_buffer_pool_new()
239 pool = (GstXCamBufferPool *)g_object_new (GST_TYPE_XCAM_BUFFER_POOL, NULL); in gst_xcam_buffer_pool_new()
Dgstxcambufferpool.h34 (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_XCAM_BUFFER_POOL,GstXCamBufferPool))
36 typedef struct _GstXCamBufferPool GstXCamBufferPool; typedef