Searched refs:gst_buffer_pool_set_flushing (Results 1 – 9 of 9) sorted by relevance
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstbufferpool.c | 289 gst_buffer_pool_set_flushing (pool, TRUE); in GST_START_TEST() 294 gst_buffer_pool_set_flushing (pool, FALSE); in GST_START_TEST()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstbufferpool.h | 301 void gst_buffer_pool_set_flushing (GstBufferPool *pool, gboolean flushing);
|
D | gstbufferpool.c | 1406 gst_buffer_pool_set_flushing (GstBufferPool * pool, gboolean flushing) in gst_buffer_pool_set_flushing() function
|
/third_party/gstreamer/gstplugins_good/sys/v4l2/ |
D | gstv4l2bufferpool.c | 1071 gst_buffer_pool_set_flushing (pool->other_pool, TRUE); in gst_v4l2_buffer_pool_flush_start() 1082 gst_buffer_pool_set_flushing (pool->other_pool, FALSE); in gst_v4l2_buffer_pool_flush_stop()
|
D | gstv4l2object.c | 4462 gst_buffer_pool_set_flushing (v4l2object->pool, TRUE); in gst_v4l2_object_unlock() 4475 gst_buffer_pool_set_flushing (v4l2object->pool, FALSE); in gst_v4l2_object_unlock_stop()
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11decoder.cpp | 1890 gst_buffer_pool_set_flushing (decoder->internal_pool, flushing); in gst_d3d11_decoder_set_flushing()
|
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstbasesrc.c | 3217 gst_buffer_pool_set_flushing (pool, flushing); in gst_base_src_set_pool_flushing()
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 16530 gst_buffer_pool_set_flushing(), this avoids uneeded reallocation of the
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 8864 The gst_buffer_pool_set_flushing() warns when that function is called
|