/third_party/gstreamer/gstplugins_bad/ext/kate/ |
D | gstkateparse.c | 151 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()
|
D | gstkateutil.c | 191 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/ |
D | gstflowcombiner.c | 161 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/ |
D | gstvorbisparse.c | 182 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/ |
D | gstv4l2codecallocator.c | 213 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/ |
D | test-effect-switch.c | 55 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/ |
D | oss_probe.c | 134 while ((range = g_queue_pop_head (ranges))) { in probe_check() 182 while ((range = g_queue_pop_head (ranges))) { in probe_check()
|
D | gstosshelper.c | 241 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/ |
D | gsttheoraparse.c | 360 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/ |
D | gstgdkanimation.c | 237 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/ |
D | qtitem.cc | 150 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/ |
D | gstrtpmp4gdepay.c | 318 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()
|
D | gstrtpceltpay.c | 129 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/ |
D | gstplay-visualization.c | 128 while ((vis = g_queue_pop_head (&vis_list))) in gst_play_update_visualization_list()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/player/ |
D | gstplayer-visualization.c | 125 while ((vis = g_queue_pop_head (&vis_list))) in gst_player_update_visualization_list()
|
/third_party/gstreamer/gstplugins_bad/gst/dvbsuboverlay/ |
D | gstdvbsuboverlay.c | 188 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/ |
D | gstdvdspu.c | 243 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/ |
D | queue.c | 403 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/ |
D | gstinsertbin.c | 297 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/ |
D | gstvkcommandpool.c | 183 cmd = g_queue_pop_head (priv->available); in gst_vulkan_command_pool_create()
|
/third_party/gstreamer/gstplugins_bad/ext/hls/ |
D | gstm3u8playlist.c | 117 old_entry = g_queue_pop_head (playlist->entries); in gst_m3u8_playlist_add_entry()
|
/third_party/glib/glib/ |
D | gqueue.h | 121 gpointer g_queue_pop_head (GQueue *queue);
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | videoframe-audiolevel.c | 407 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/ |
D | gstrtponviftimestamp.c | 165 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/ |
D | gcontextspecificgroup.c | 47 signal_id = GPOINTER_TO_UINT (g_queue_pop_head (&css->pending)); in g_context_specific_source_dispatch()
|