Home
last modified time | relevance | path

Searched refs:gst_atomic_queue_pop (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2codecpool.c59 buf = gst_atomic_queue_pop (self->queue); in gst_v4l2_codec_pool_acquire_buffer()
130 while ((buf = gst_atomic_queue_pop (self->queue))) in gst_v4l2_codec_pool_finalize()
/third_party/gstreamer/gstreamer/gst/
Dgstatomicqueue.h60 gpointer gst_atomic_queue_pop (GstAtomicQueue* queue);
Dgstatomicqueue.c271 gst_atomic_queue_pop (GstAtomicQueue * queue) in gst_atomic_queue_pop() function
Dgstbus.c269 message = gst_atomic_queue_pop (bus->priv->queue); in gst_bus_dispose()
540 while ((message = gst_atomic_queue_pop (bus->priv->queue))) { in gst_bus_timed_pop_filtered()
Dgstbufferpool.c410 while ((buffer = gst_atomic_queue_pop (priv->queue))) { in default_stop()
1120 *buffer = gst_atomic_queue_pop (priv->queue); in default_acquire_buffer()
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2allocator.c580 group = gst_atomic_queue_pop (allocator->free_queue); in gst_v4l2_allocator_alloc()
777 while (gst_atomic_queue_pop (allocator->free_queue)) { in gst_v4l2_allocator_stop()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/d3d11/
Dgstd3d11memory.cpp1773 while ((memory = (GstMemory *) gst_atomic_queue_pop (priv->queue))) { in gst_d3d11_pool_allocator_clear_queue()
1926 *memory = (GstMemory *) gst_atomic_queue_pop (priv->queue); in gst_d3d11_pool_allocator_acquire_memory_internal()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvaallocator.c176 while ((mem = gst_atomic_queue_pop (self->queue))) { in gst_va_memory_pool_flush_unlocked()
217 return gst_atomic_queue_pop (self->queue); in gst_va_memory_pool_pop()