Home
last modified time | relevance | path

Searched refs:g_queue_pop_head (Results 1 – 25 of 74) sorted by relevance

123

/third_party/gstreamer/gstplugins_bad/ext/kate/
Dgstkateparse.c151 event = GST_EVENT_CAST (g_queue_pop_head (parse->event_queue)); in gst_kate_parse_drain_event_queue()
237 buf = GST_BUFFER_CAST (g_queue_pop_head (parse->buffer_queue)); in gst_kate_parse_clear_queue()
243 event = GST_EVENT_CAST (g_queue_pop_head (parse->event_queue)); in gst_kate_parse_clear_queue()
289 buf = GST_BUFFER_CAST (g_queue_pop_head (parse->buffer_queue)); in gst_kate_parse_drain_queue_prematurely()
311 buf = GST_BUFFER_CAST (g_queue_pop_head (parse->buffer_queue)); in gst_kate_parse_drain_queue()
Dgstkateutil.c191 g_queue_pop_head (decoder->event_queue); in gst_kate_util_decoder_base_free_event_queue()
210 g_queue_pop_head (decoder->event_queue); in gst_kate_util_decoder_base_drain_event_queue()
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstflowcombiner.c161 while ((pad = g_queue_pop_head (&combiner->pads))) in gst_flow_combiner_unref()
185 while ((pad = g_queue_pop_head (&combiner->pads))) in gst_flow_combiner_clear()
/third_party/gstreamer/gstplugins_base/ext/vorbis/
Dgstvorbisparse.c182 event = GST_EVENT_CAST (g_queue_pop_head (parse->event_queue)); in vorbis_parse_drain_event_queue()
298 buf = GST_BUFFER_CAST (g_queue_pop_head (parse->buffer_queue)); in vorbis_parse_clear_queue()
304 event = GST_EVENT_CAST (g_queue_pop_head (parse->event_queue)); in vorbis_parse_clear_queue()
345 buf = GST_BUFFER_CAST (g_queue_pop_head (parse->buffer_queue)); in vorbis_parse_drain_queue_prematurely()
377 buf = GST_BUFFER_CAST (g_queue_pop_head (parse->buffer_queue)); in vorbis_parse_drain_queue()
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2codecallocator.c213 while ((buf = g_queue_pop_head (&self->pool))) in gst_v4l2_codec_allocator_dispose()
271 buf = g_queue_pop_head (&self->pool); in gst_v4l2_codec_allocator_alloc()
314 buf = g_queue_pop_head (&self->pool); in gst_v4l2_codec_allocator_prepare_buffer()
/third_party/gstreamer/gstplugins_base/tests/icles/
Dtest-effect-switch.c55 next = g_queue_pop_head (&effects); in event_probe_cb()
201 effect = g_queue_pop_head (&effects); in main()
/third_party/gstreamer/gstplugins_good/sys/oss/
Doss_probe.c134 while ((range = g_queue_pop_head (ranges))) { in probe_check()
182 while ((range = g_queue_pop_head (ranges))) { in probe_check()
Dgstosshelper.c241 while ((range = g_queue_pop_head (ranges))) { in gst_oss_helper_rate_probe_check()
293 while ((range = g_queue_pop_head (ranges))) { in gst_oss_helper_rate_probe_check()
/third_party/gstreamer/gstplugins_base/ext/theora/
Dgsttheoraparse.c360 event = GST_EVENT_CAST (g_queue_pop_head (parse->event_queue)); in theora_parse_drain_event_queue()
393 buf = GST_BUFFER_CAST (g_queue_pop_head (parse->buffer_queue)); in theora_parse_clear_queue()
399 event = GST_EVENT_CAST (g_queue_pop_head (parse->event_queue)); in theora_parse_clear_queue()
541 buf = GST_BUFFER_CAST (g_queue_pop_head (parse->buffer_queue)); in theora_parse_drain_queue_prematurely()
615 buf = GST_BUFFER_CAST (g_queue_pop_head (parse->buffer_queue)); in theora_parse_drain_queue()
/third_party/gstreamer/gstplugins_good/ext/gdk_pixbuf/
Dgstgdkanimation.c237 GstBuffer *buffer = GST_BUFFER (g_queue_pop_head (iter->buffers)); in gst_gdk_animation_iter_finalize()
395 buf = g_queue_pop_head (iter->buffers); in gst_gdk_animation_iter_create_pixbuf()
532 buffer = GST_BUFFER (g_queue_pop_head (iter->buffers)); in gst_gdk_animation_iter_advance()
625 while ((buf = g_queue_pop_head (iter->buffers)) != NULL) { in gst_gdk_animation_get_static_image()
/third_party/gstreamer/gstplugins_good/ext/qt/
Dqtitem.cc150 while ((tmp_buffer = (GstBuffer*) g_queue_pop_head (&this->priv->potentially_unbound_buffers))) { in ~QtGLVideoItem()
154 while ((tmp_buffer = (GstBuffer*) g_queue_pop_head (&this->priv->bound_buffers))) { in ~QtGLVideoItem()
319 … while ((tmp_buffer = (GstBuffer*) g_queue_pop_head (&this->priv->potentially_unbound_buffers))) { in updatePaintNode()
327 while ((tmp_buffer = (GstBuffer*) g_queue_pop_head (&this->priv->bound_buffers))) { in updatePaintNode()
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpmp4gdepay.c318 while ((outbuf = g_queue_pop_head (rtpmp4gdepay->packets))) in gst_rtp_mp4g_depay_clear_queue()
361 while ((outbuf = g_queue_pop_head (rtpmp4gdepay->packets))) { in gst_rtp_mp4g_depay_flush_queue()
393 outbuf = g_queue_pop_head (rtpmp4gdepay->packets); in gst_rtp_mp4g_depay_queue()
Dgstrtpceltpay.c129 while ((buf = g_queue_pop_head (rtpceltpay->queue))) in gst_rtp_celt_pay_clear_queued()
350 while ((buf = g_queue_pop_head (rtpceltpay->queue))) { in gst_rtp_celt_pay_flush_queued()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/play/
Dgstplay-visualization.c128 while ((vis = g_queue_pop_head (&vis_list))) in gst_play_update_visualization_list()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/player/
Dgstplayer-visualization.c125 while ((vis = g_queue_pop_head (&vis_list))) in gst_player_update_visualization_list()
/third_party/gstreamer/gstplugins_bad/gst/dvbsuboverlay/
Dgstdvbsuboverlay.c188 while ((subs = g_queue_pop_head (render->pending_subtitles))) { in gst_dvbsub_overlay_flush_subtitles()
274 while ((subs = g_queue_pop_head (overlay->pending_subtitles))) { in gst_dvbsub_overlay_finalize()
1080 g_queue_pop_head (overlay->pending_subtitles); in gst_dvbsub_overlay_chain_video()
1088 g_queue_pop_head (overlay->pending_subtitles); in gst_dvbsub_overlay_chain_video()
1093 g_queue_pop_head (overlay->pending_subtitles); in gst_dvbsub_overlay_chain_video()
/third_party/gstreamer/gstplugins_bad/gst/dvdspu/
Dgstdvdspu.c243 packet = (SpuPacket *) g_queue_pop_head (dvdspu->pending_spus); in gst_dvd_spu_flush_spu_info()
257 packet = (SpuPacket *) g_queue_pop_head (dvdspu->pending_spus); in gst_dvd_spu_flush_spu_info()
260 for (packet = g_queue_pop_head (&tmp_q); packet != NULL; in gst_dvd_spu_flush_spu_info()
261 packet = g_queue_pop_head (&tmp_q)) in gst_dvd_spu_flush_spu_info()
791 SpuPacket *packet = (SpuPacket *) g_queue_pop_head (dvdspu->pending_spus); in gst_dvd_spu_advance_spu()
/third_party/glib/glib/tests/
Dqueue.c403 g_queue_pop_head (q); in random_test()
809 g_assert (g_queue_pop_head (q) == GINT_TO_POINTER (1)); in test_basic()
834 g_assert (g_queue_pop_head (q) == NULL); in test_basic()
860 g_assert (g_queue_pop_head (q) == GINT_TO_POINTER (5)); in test_basic()
869 g_assert (data == g_queue_pop_head (q)); in test_basic()
879 g_assert (g_queue_pop_head (q) == NULL); in test_basic()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/insertbin/
Dgstinsertbin.c297 while ((data = g_queue_pop_head (&self->priv->change_queue))) in gst_insert_bin_dispose()
463 g_queue_pop_head (&self->priv->change_queue); in gst_insert_bin_block_pad_unlock()
497 while ((data = g_queue_pop_head (&self->priv->change_queue)) != NULL) { in gst_insert_bin_do_change()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkcommandpool.c183 cmd = g_queue_pop_head (priv->available); in gst_vulkan_command_pool_create()
/third_party/gstreamer/gstplugins_bad/ext/hls/
Dgstm3u8playlist.c117 old_entry = g_queue_pop_head (playlist->entries); in gst_m3u8_playlist_add_entry()
/third_party/glib/glib/
Dgqueue.h121 gpointer g_queue_pop_head (GQueue *queue);
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dvideoframe-audiolevel.c407 GstClockTime *vt = g_queue_pop_head (&v_timestamp_q); in test_videoframe_audiolevel_generic()
408 GstClockTime *mt = g_queue_pop_head (&msg_timestamp_q); in test_videoframe_audiolevel_generic()
/third_party/gstreamer/gstplugins_bad/gst/onvif/
Dgstrtponviftimestamp.c165 event = GST_EVENT_CAST (g_queue_pop_head (self->event_queue)); in send_cached_buffer_and_events()
193 event = GST_EVENT_CAST (g_queue_pop_head (self->event_queue)); in purge_cached_buffer_and_events()
/third_party/glib/gio/
Dgcontextspecificgroup.c47 signal_id = GPOINTER_TO_UINT (g_queue_pop_head (&css->pending)); in g_context_specific_source_dispatch()

123