Home
last modified time | relevance | path

Searched refs:g_queue_peek_head_link (Results 1 – 10 of 10) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdsegmenttimelinenode.c100 for (list = g_queue_peek_head_link (&segment_timeline->S); list; in gst_mpd_segment_timeline_node_clone()
Dgstmpdclient.c938 for (list = g_queue_peek_head_link (&timeline->S); list; in gst_mpd_client_setup_representation()
1032 for (list = g_queue_peek_head_link (&timeline->S); list; in gst_mpd_client_setup_representation()
/third_party/glib/glib/
Dgqueue.h185 GList* g_queue_peek_head_link (GQueue *queue);
Dgqueue.c609 g_queue_peek_head_link (GQueue *queue) in g_queue_peek_head_link() function
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Drtpjitterbuffer.c399 low_buf = (RTPJitterBufferItem *) g_queue_peek_head_link (&jbuf->packets); in get_buffer_level()
1406 low_buf = (RTPJitterBufferItem *) g_queue_peek_head_link (&jbuf->packets); in rtp_jitter_buffer_get_ts_diff()
1443 low_buf = (RTPJitterBufferItem *) g_queue_peek_head_link (&jbuf->packets); in rtp_jitter_buffer_get_seqnum_diff()
Drtptimerqueue.c511 timer = (RtpTimer *) g_queue_peek_head_link (&queue->timers); in rtp_timer_queue_pop_until()
/third_party/glib/glib/tests/
Dqueue.c653 g_assert (g_queue_peek_head_link (q) == NULL); in random_test()
655 g_assert (g_queue_peek_head_link (q) == qinf->head); in random_test()
/third_party/libsoup/libsoup/
Dsoup-websocket-connection.c1273 for (l = g_queue_peek_head_link (&pv->outgoing); l != NULL; l = l->next) { in queue_frame()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt2704 g_queue_peek_head_link
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstaggregator.c1062 item = g_queue_peek_head_link (&aggpad->priv->data); in gst_aggregator_pad_set_flushing()