Home
last modified time | relevance | path

Searched refs:g_queue_peek_tail_link (Results 1 – 7 of 7) sorted by relevance

/third_party/glib/glib/
Dgasyncqueue.c413 if (!g_queue_peek_tail_link (&queue->queue) && wait) in g_async_queue_pop_intern_unlocked()
416 while (!g_queue_peek_tail_link (&queue->queue)) in g_async_queue_pop_intern_unlocked()
Dgqueue.h187 GList* g_queue_peek_tail_link (GQueue *queue);
Dgqueue.c627 g_queue_peek_tail_link (GQueue *queue) in g_queue_peek_tail_link() function
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Drtpjitterbuffer.c391 high_buf = (RTPJitterBufferItem *) g_queue_peek_tail_link (&jbuf->packets); in get_buffer_level()
1405 high_buf = (RTPJitterBufferItem *) g_queue_peek_tail_link (&jbuf->packets); in rtp_jitter_buffer_get_ts_diff()
1442 high_buf = (RTPJitterBufferItem *) g_queue_peek_tail_link (&jbuf->packets); in rtp_jitter_buffer_get_seqnum_diff()
/third_party/glib/glib/tests/
Dqueue.c659 g_assert (g_queue_peek_tail_link (q) == NULL); in random_test()
661 g_assert (g_queue_peek_tail_link (q) == qinf->tail); in random_test()
961 node = g_queue_peek_tail_link (q); in test_off_by_one()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt2705 g_queue_peek_tail_link
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstaggregator.c1011 item = g_queue_peek_tail_link (&aggpad->priv->data); in gst_aggregator_pad_skip_buffers()