Searched refs:gst_v4l2_buffer_pool_dqbuf (Results 1 – 2 of 2) sorted by relevance
/third_party/gstreamer/gstplugins_good/sys/v4l2/ |
D | gstv4l2bufferpool.c | 1207 gst_v4l2_buffer_pool_dqbuf (GstV4l2BufferPool * pool, GstBuffer ** buffer, in gst_v4l2_buffer_pool_dqbuf() function 1413 ret = gst_v4l2_buffer_pool_dqbuf (pool, buffer, TRUE); in gst_v4l2_buffer_pool_acquire_buffer() 1872 if ((ret = gst_v4l2_buffer_pool_dqbuf (pool, &tmp, TRUE)) in gst_v4l2_buffer_pool_process() 2028 while (gst_v4l2_buffer_pool_dqbuf (pool, &buffer, FALSE) == in gst_v4l2_buffer_pool_process() 2037 ret = gst_v4l2_buffer_pool_dqbuf (pool, &buffer, TRUE); in gst_v4l2_buffer_pool_process()
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 45991 If the pool is stopped while gst_v4l2_buffer_pool_dqbuf() waits for a 46827 a result gst_v4l2_buffer_pool_stop() and gst_v4l2_buffer_pool_dqbuf()
|