Home
last modified time | relevance | path

Searched refs:GstV4l2BufferPool (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2bufferpool.h30 typedef struct _GstV4l2BufferPool GstV4l2BufferPool; typedef
41 …R_POOL(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GST_TYPE_V4L2_BUFFER_POOL, GstV4l2BufferPool))
42 #define GST_V4L2_BUFFER_POOL_CAST(obj) ((GstV4l2BufferPool*)(obj))
106 GstFlowReturn gst_v4l2_buffer_pool_process (GstV4l2BufferPool * bpool, GstBuffer ** buf);
108 void gst_v4l2_buffer_pool_set_other_pool (GstV4l2BufferPool * pool,
110 void gst_v4l2_buffer_pool_copy_at_threshold (GstV4l2BufferPool * pool,
Dgstv4l2bufferpool.c60 G_DEFINE_TYPE (GstV4l2BufferPool, gst_v4l2_buffer_pool, GST_TYPE_BUFFER_POOL);
111 gst_v4l2_buffer_pool_copy_buffer (GstV4l2BufferPool * pool, GstBuffer * dest, in gst_v4l2_buffer_pool_copy_buffer()
200 gst_v4l2_buffer_pool_import_userptr (GstV4l2BufferPool * pool, in gst_v4l2_buffer_pool_import_userptr()
326 gst_v4l2_buffer_pool_import_dmabuf (GstV4l2BufferPool * pool, in gst_v4l2_buffer_pool_import_dmabuf()
375 gst_v4l2_buffer_pool_prepare_buffer (GstV4l2BufferPool * pool, in gst_v4l2_buffer_pool_prepare_buffer()
422 GstV4l2BufferPool *pool = GST_V4L2_BUFFER_POOL (bpool); in gst_v4l2_buffer_pool_alloc_buffer()
487 GstV4l2BufferPool *pool = GST_V4L2_BUFFER_POOL (bpool); in gst_v4l2_buffer_pool_set_config()
614 gst_v4l2_buffer_pool_resurrect_buffer (GstV4l2BufferPool * pool) in gst_v4l2_buffer_pool_resurrect_buffer()
640 gst_v4l2_buffer_pool_streamon (GstV4l2BufferPool * pool) in gst_v4l2_buffer_pool_streamon()
686 gst_v4l2_buffer_pool_streamoff (GstV4l2BufferPool * pool) in gst_v4l2_buffer_pool_streamoff()
[all …]
Dgstv4l2src.c826 GstV4l2BufferPool *pool = GST_V4L2_BUFFER_POOL_CAST (obj->pool); in gst_v4l2src_create()
Dgstv4l2videodec.c467 GstV4l2BufferPool *v4l2_pool = GST_V4L2_BUFFER_POOL (self->v4l2capture->pool); in gst_v4l2_video_dec_loop()