Searched refs:gst_atomic_queue_push (Results 1 – 8 of 8) sorted by relevance
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/ |
D | gstv4l2codecpool.c | 79 gst_atomic_queue_push (self->queue, buf); in gst_v4l2_codec_pool_acquire_buffer() 115 gst_atomic_queue_push (self->queue, buffer); in gst_v4l2_codec_pool_release_buffer() 168 gst_atomic_queue_push (pool->queue, buffer); in gst_v4l2_codec_pool_new()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstatomicqueue.h | 57 void gst_atomic_queue_push (GstAtomicQueue* queue, gpointer data);
|
D | gstatomicqueue.c | 338 gst_atomic_queue_push (GstAtomicQueue * queue, gpointer data) in gst_atomic_queue_push() function
|
D | gstbus.c | 382 gst_atomic_queue_push (bus->priv->queue, message); in gst_bus_post() 406 gst_atomic_queue_push (bus->priv->queue, message); in gst_bus_post()
|
D | gstbufferpool.c | 1324 gst_atomic_queue_push (pool->priv->queue, buffer); in default_release_buffer()
|
/third_party/gstreamer/gstplugins_good/sys/v4l2/ |
D | gstv4l2allocator.c | 373 gst_atomic_queue_push (allocator->free_queue, group); in gst_v4l2_allocator_release() 619 gst_atomic_queue_push (allocator->free_queue, group); in _cleanup_failed_alloc() 719 gst_atomic_queue_push (allocator->free_queue, allocator->groups[i]); in gst_v4l2_allocator_start()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/d3d11/ |
D | gstd3d11memory.cpp | 1644 gst_atomic_queue_push (priv->queue, mem); in gst_d3d11_pool_allocator_start() 1842 gst_atomic_queue_push (self->priv->queue, mem); in gst_d3d11_pool_allocator_release_memory()
|
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvaallocator.c | 211 gst_atomic_queue_push (self->queue, gst_memory_ref (mem)); in gst_va_memory_pool_push()
|