Home
last modified time | relevance | path

Searched refs:gst_atomic_queue_new (Results 1 – 9 of 9) sorted by relevance

/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstatomicqueue.c31 aq = gst_atomic_queue_new (20); in GST_START_TEST()
/third_party/gstreamer/gstreamer/gst/
Dgstatomicqueue.h48 GstAtomicQueue * gst_atomic_queue_new (guint initial_size) G_GNUC_MALLOC;
Dgstatomicqueue.c156 gst_atomic_queue_new (guint initial_size) in gst_atomic_queue_new() function
Dgstbus.c254 bus->priv->queue = gst_atomic_queue_new (32); in gst_bus_init()
Dgstbufferpool.c163 priv->queue = gst_atomic_queue_new (16); in gst_buffer_pool_init()
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2codecpool.c121 self->queue = gst_atomic_queue_new (4); in gst_v4l2_codec_pool_init()
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2allocator.c473 allocator->free_queue = gst_atomic_queue_new (VIDEO_MAX_FRAME); in gst_v4l2_allocator_init()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/d3d11/
Dgstd3d11memory.cpp1554 priv->queue = gst_atomic_queue_new (16); in gst_d3d11_pool_allocator_init()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvaallocator.c154 self->queue = gst_atomic_queue_new (2); in gst_va_memory_pool_init()