Home
last modified time | relevance | path

Searched refs:g_queue_peek_head (Results 1 – 23 of 23) sorted by relevance

/third_party/glib/glib/
Dgqueue.h128 gpointer g_queue_peek_head (GQueue *queue);
Dgqueue.c881 g_queue_peek_head (GQueue *queue) in g_queue_peek_head() function
Dgmain.c861 g_return_if_fail (g_queue_peek_head (stack) == context); in g_main_context_pop_thread_default()
899 return g_queue_peek_head (stack); in g_main_context_get_thread_default()
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpmp4gdepay.c387 while ((outbuf = g_queue_peek_head (rtpmp4gdepay->packets))) { in gst_rtp_mp4g_depay_queue()
621 outbuf = g_queue_peek_head (rtpmp4gdepay->packets); in gst_rtp_mp4g_depay_process()
Drtpstoragestream.c99 high_item = (RtpStorageItem *) g_queue_peek_head (&stream->queue); in rtp_storage_stream_get_seqnum_diff()
/third_party/gstreamer/gstplugins_good/ext/gdk_pixbuf/
Dgstgdkanimation.c524 if (GST_BUFFER_TIMESTAMP (g_queue_peek_head (iter->buffers)) > offset) in gst_gdk_animation_iter_advance()
563 (GST_BUFFER_TIMESTAMP (g_queue_peek_head (iter->buffers)) - in gst_gdk_animation_iter_get_delay_time()
/third_party/glib/glib/tests/
Dqueue.c433 g_assert (qinf->head->data == g_queue_peek_head (q)); in random_test()
435 g_assert (g_queue_peek_head (q) == NULL); in random_test()
759 g_assert (g_queue_peek_head (q) == GINT_TO_POINTER (2)); in test_basic()
808 g_assert (g_queue_peek_head (q) == GINT_TO_POINTER (1)); in test_basic()
/third_party/glib/gio/inotify/
Dinotify-kernel.c111 head = g_queue_peek_head (&iks->queue); in ik_source_get_dispatch_time()
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtprtxqueue.c348 high_buf = g_queue_peek_head (rtx->queue); in get_ts_diff()
Dgstrtpst2022-1-fecenc.c457 Item *item = g_queue_peek_head (&enc->queued_column_packets); in gst_rtpst_2022_1_fecenc_sink_chain()
Drtpsource.c1912 while ((pkt = g_queue_peek_head (src->retained_feedback)) && in rtp_source_timeout()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/insertbin/
Dgstinsertbin.c382 data = g_queue_peek_head (&self->priv->change_queue); in gst_insert_bin_block_pad_unlock()
/third_party/gstreamer/gstplugins_bad/gst/videoframe_audiolevel/
Dgstvideoframe-audiolevel.c666 vt1 = g_queue_peek_head (&self->vtimeq); in gst_videoframe_audiolevel_asink_chain()
/third_party/gstreamer/gstplugins_base/ext/ogg/
Dgstoggmux.c664 buf = g_queue_peek_head (pad->pagebuffers); in gst_ogg_mux_dequeue_page()
669 buf = g_queue_peek_head (pad->pagebuffers); in gst_ogg_mux_dequeue_page()
/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstsplitmuxsink.c2369 gop = g_queue_peek_head (&splitmux->pending_input_gops); in need_new_fragment()
2683 gop = g_queue_peek_head (&splitmux->pending_input_gops); in check_completed_gop()
3171 gop = g_queue_peek_head (&splitmux->pending_input_gops); in handle_mq_input()
/third_party/gstreamer/gstplugins_bad/gst/dvbsuboverlay/
Dgstdvbsuboverlay.c1067 tmp = g_queue_peek_head (overlay->pending_subtitles); in gst_dvbsub_overlay_chain_video()
/third_party/libsoup/libsoup/
Dsoup-websocket-connection.c1189 frame = g_queue_peek_head (&pv->outgoing); in soup_websocket_connection_write()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11deinterlace.cpp1377 next_buf = (GstBuffer *) g_queue_peek_head (&self->future_frame_queue); in gst_d3d11_deinterlace_submit_future_frame()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt2687 g_queue_peek_head
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Ddash_mpd.c743 sNode = (GstMPDSNode *) g_queue_peek_head (&segmentTimeline->S); in GST_START_TEST()
1112 sNode = (GstMPDSNode *) g_queue_peek_head (&segmentTimeline->S); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/
Dgstamcvideodec.c1171 while ((tmp = g_queue_peek_head (sync->sink->gl_queue))) { in _amc_gl_iterate_queue_unlocked()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudiodecoder.c1540 in_buf = g_queue_peek_head (&priv->frames); in gst_audio_decoder_finish_frame_or_subframe()
/third_party/gstreamer/gstplugins_good/gst/rtsp/
Dgstrtspsrc.c9144 next_req = g_queue_peek_head (&src->set_get_param_q); in gst_rtspsrc_thread()