Home
last modified time | relevance | path

Searched refs:g_queue_new (Results 1 – 25 of 45) sorted by relevance

12

/third_party/glib/glib/tests/
Dqueue.c232 queues[i].queue = g_queue_new (); in random_test()
754 q = g_queue_new (); in test_basic()
900 q = g_queue_new (); in test_copy()
957 q = g_queue_new (); in test_off_by_one()
987 q = g_queue_new (); in test_find_custom()
1021 q = g_queue_new (); in test_clear()
1067 queue = g_queue_new (); in test_clear_full()
1104 queue = g_queue_new (); in test_clear_full_noop()
1135 q = g_queue_new (); in test_push_nth_link()
1222 queue = g_queue_new(); in test_free_full()
Dautoptr.c278 g_autoptr(GQueue) val = g_queue_new (); in test_g_queue()
688 g_autoqueue(GBytes) q = g_queue_new (); in test_autoqueue()
Dsequence.c432 sequences[k].queue = g_queue_new (); in run_random_tests()
459 seq->queue = g_queue_new (); in run_random_tests()
/third_party/glib/gobject/tests/
Dautoptr.c194 g_autoqueue (TestAutoCleanup) q = g_queue_new (); in test_autoqueue()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkcommandpool.c65 priv->available = g_queue_new (); in gst_vulkan_command_pool_init()
/third_party/gstreamer/gstplugins_bad/ext/hls/
Dgstm3u8playlist.c81 playlist->entries = g_queue_new (); in gst_m3u8_playlist_new()
/third_party/glib/glib/
Dgqueue.h73 GQueue* g_queue_new (void);
Dgqueue.c69 g_queue_new (void) in g_queue_new() function
246 result = g_queue_new (); in g_queue_copy()
/third_party/gstreamer/gstplugins_bad/ext/kate/
Dgstkateparse.c607 parse->buffer_queue = g_queue_new (); in gst_kate_parse_change_state()
608 parse->event_queue = g_queue_new (); in gst_kate_parse_change_state()
Dgstkateutil.c478 decoder->event_queue = g_queue_new (); in gst_kate_decoder_base_change_state()
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dvkimage.c193 stress.memories = g_queue_new (); in GST_START_TEST()
/third_party/gstreamer/gstplugins_good/sys/oss/
Doss_probe.c124 ranges = g_queue_new (); in probe_check()
Dgstosshelper.c208 ranges = g_queue_new (); in gst_oss_helper_rate_probe_check()
/third_party/gstreamer/gstplugins_base/ext/vorbis/
Dgstvorbisparse.c691 parse->buffer_queue = g_queue_new (); in vorbis_parse_change_state()
692 parse->event_queue = g_queue_new (); in vorbis_parse_change_state()
/third_party/gstreamer/gstplugins_base/ext/theora/
Dgsttheoraparse.c912 parse->buffer_queue = g_queue_new (); in theora_parse_change_state()
913 parse->event_queue = g_queue_new (); in theora_parse_change_state()
/third_party/libsoup/libsoup/
Dsoup-cache-input-stream.c105 priv->buffer_queue = g_queue_new (); in soup_cache_input_stream_init()
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpceltpay.c109 rtpceltpay->queue = g_queue_new (); in gst_rtp_celt_pay_init()
Dgstrtpredenc.c480 self->rtp_history = g_queue_new (); in gst_rtp_red_enc_init()
Dgstrtpmp4gdepay.c186 rtpmp4gdepay->packets = g_queue_new (); in gst_rtp_mp4g_depay_init()
Dgstrtpreddec.c446 rtp_history = g_queue_new (); in gst_rtp_red_dec_chain()
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtprtxqueue.c230 rtx->queue = g_queue_new (); in gst_rtp_rtx_queue_init()
/third_party/gstreamer/gstplugins_bad/gst/onvif/
Dgstrtponviftimestamp.c462 self->event_queue = g_queue_new (); in gst_rtp_onvif_timestamp_init()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Ddeinterlace.c241 queue = g_queue_new (); in deinterlace_check_passthrough()
/third_party/glib/gio/
Dgdbusprivate.c1381 worker->write_queue = g_queue_new (); in iostream_close_cb()
1682 worker->received_messages_while_frozen = g_queue_new (); in _g_dbus_worker_new()
1685 worker->write_queue = g_queue_new (); in _g_dbus_worker_new()
/third_party/gstreamer/gstplugins_good/ext/gdk_pixbuf/
Dgstgdkanimation.c221 iter->buffers = g_queue_new (); in gst_gdk_animation_iter_init()

12