Searched refs:GstV4l2BufferPool (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstplugins_good/sys/v4l2/ |
D | gstv4l2bufferpool.h | 30 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)) 114 GstFlowReturn gst_v4l2_buffer_pool_process (GstV4l2BufferPool * bpool, GstBuffer ** buf, guin… 116 void gst_v4l2_buffer_pool_set_other_pool (GstV4l2BufferPool * pool, 118 void gst_v4l2_buffer_pool_copy_at_threshold (GstV4l2BufferPool * pool, 125 void gst_v4l2_buffer_pool_enable_resolution_change (GstV4l2BufferPool *self);
|
D | gstv4l2bufferpool.c | 60 G_DEFINE_TYPE (GstV4l2BufferPool, gst_v4l2_buffer_pool, GST_TYPE_BUFFER_POOL); 125 gst_v4l2_buffer_pool_copy_buffer (GstV4l2BufferPool * pool, GstBuffer * dest, in gst_v4l2_buffer_pool_copy_buffer() 214 gst_v4l2_buffer_pool_import_userptr (GstV4l2BufferPool * pool, in gst_v4l2_buffer_pool_import_userptr() 340 gst_v4l2_buffer_pool_import_dmabuf (GstV4l2BufferPool * pool, in gst_v4l2_buffer_pool_import_dmabuf() 389 gst_v4l2_buffer_pool_prepare_buffer (GstV4l2BufferPool * pool, in gst_v4l2_buffer_pool_prepare_buffer() 436 GstV4l2BufferPool *pool = GST_V4L2_BUFFER_POOL (bpool); in gst_v4l2_buffer_pool_alloc_buffer() 510 GstV4l2BufferPool *pool = GST_V4L2_BUFFER_POOL (bpool); in gst_v4l2_buffer_pool_set_config() 637 gst_v4l2_buffer_pool_resurrect_buffer (GstV4l2BufferPool * pool) in gst_v4l2_buffer_pool_resurrect_buffer() 663 gst_v4l2_buffer_pool_streamon (GstV4l2BufferPool * pool) in gst_v4l2_buffer_pool_streamon() 714 gst_v4l2_buffer_pool_streamoff (GstV4l2BufferPool * pool) in gst_v4l2_buffer_pool_streamoff() [all …]
|
D | gstv4l2src.c | 706 GstV4l2BufferPool *pool = GST_V4L2_BUFFER_POOL (src->v4l2object->pool); in gst_v4l2src_decide_allocation() 940 GstV4l2BufferPool *pool = GST_V4L2_BUFFER_POOL_CAST (obj->pool); in gst_v4l2src_create()
|
D | gstv4l2videodec.c | 505 GstV4l2BufferPool *v4l2_pool = GST_V4L2_BUFFER_POOL (self->v4l2capture->pool); in gst_v4l2_video_dec_loop()
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 1691 by additionally recording the buffer state in `GstV4l2BufferPool`, and
|