Home
last modified time | relevance | path

Searched refs:g_queue_foreach (Results 1 – 25 of 32) sorted by relevance

12

/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdsegmenttimelinenode.c34 g_queue_foreach (&self->S, (GFunc) gst_mpd_s_node_free, NULL); in gst_mpd_segment_timeline_node_finalize()
51 g_queue_foreach (&self->S, (GFunc) gst_mpd_node_get_list_item, in gst_mpd_segment_timeline_get_xml_node()
/third_party/glib/glib/
Dgqueue.c111 g_queue_foreach (queue, (GFunc) free_func, NULL); in g_queue_free_full()
170 g_queue_foreach (queue, (GFunc) free_func, NULL); in g_queue_clear_full()
269 g_queue_foreach (GQueue *queue, in g_queue_foreach() function
Dgqueue.h95 void g_queue_foreach (GQueue *queue,
Dgasyncqueue.c233 g_queue_foreach (&queue->queue, (GFunc) queue->item_free_func, NULL); in g_async_queue_unref()
/third_party/gstreamer/gstplugins_bad/gst/videoframe_audiolevel/
Dgstvideoframe-audiolevel.c239 g_queue_foreach (&self->vtimeq, (GFunc) g_free, NULL); in gst_videoframe_audiolevel_change_state()
263 g_queue_foreach (&self->vtimeq, (GFunc) g_free, NULL); in gst_videoframe_audiolevel_finalize()
337 g_queue_foreach (&self->vtimeq, (GFunc) g_free, NULL); in gst_videoframe_audiolevel_vsink_event()
355 g_queue_foreach (&self->vtimeq, (GFunc) g_free, NULL); in gst_videoframe_audiolevel_vsink_event()
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Drtpsource.c271 g_queue_foreach (src->retained_feedback, (GFunc) gst_buffer_unref, NULL); in rtp_source_reset()
341 g_queue_foreach (src->packets, (GFunc) gst_buffer_unref, NULL); in rtp_source_finalize()
352 g_queue_foreach (src->retained_feedback, (GFunc) gst_buffer_unref, NULL); in rtp_source_finalize()
1058 g_queue_foreach (src->packets, (GFunc) update_queued_stats, src); in init_seq()
1178 g_queue_foreach (src->packets, (GFunc) gst_buffer_unref, NULL); in update_receiver_stats()
1197 g_queue_foreach (src->packets, (GFunc) gst_buffer_unref, NULL); in update_receiver_stats()
1206 g_queue_foreach (src->packets, (GFunc) gst_buffer_unref, NULL); in update_receiver_stats()
Dgstrtprtxqueue.c181 g_queue_foreach (rtx->queue, (GFunc) gst_buffer_unref, NULL); in gst_rtp_rtx_queue_reset()
294 g_queue_foreach (rtx->queue, (GFunc) push_seqnum, &data); in gst_rtp_rtx_queue_src_event()
Dgstrtpjitterbuffer.c1124 g_queue_foreach (&priv->gap_packets, (GFunc) gst_buffer_unref, NULL); in gst_rtp_jitter_buffer_finalize()
1612 g_queue_foreach (&priv->gap_packets, (GFunc) gst_buffer_unref, NULL); in gst_rtp_jitter_buffer_flush_stop()
2759 g_queue_foreach (&priv->gap_packets, (GFunc) gst_buffer_unref, NULL); in handle_big_gap_buffer()
3131 g_queue_foreach (&priv->gap_packets, (GFunc) gst_buffer_unref, NULL); in gst_rtp_jitter_buffer_chain()
3614 g_queue_foreach (&priv->gap_packets, (GFunc) gst_buffer_unref, NULL); in pop_and_push_next()
/third_party/gstreamer/gstplugins_bad/ext/hls/
Dgstm3u8playlist.c91 g_queue_foreach (playlist->entries, (GFunc) gst_m3u8_entry_free, NULL); in gst_m3u8_playlist_free()
Dgsthlssink2.c139 g_queue_foreach (&sink->old_locations, (GFunc) g_free, NULL); in gst_hls_sink2_finalize()
382 g_queue_foreach (&sink->old_locations, (GFunc) g_free, NULL); in gst_hls_sink2_reset()
/third_party/gstreamer/gstreamer/gst/
Dgststreamcollection.c154 g_queue_foreach (&collection->priv->streams, in gst_stream_collection_dispose()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dvideoframe-audiolevel.c421 g_queue_foreach (&v_timestamp_q, (GFunc) g_free, NULL); in test_videoframe_audiolevel_generic()
422 g_queue_foreach (&msg_timestamp_q, (GFunc) g_free, NULL); in test_videoframe_audiolevel_generic()
/third_party/gstreamer/gstplugins_bad/ext/dtls/
Dgstdtlsenc.c226 g_queue_foreach (&self->queue, (GFunc) gst_buffer_unref, NULL); in gst_dtls_enc_finalize()
430 g_queue_foreach (&self->queue, (GFunc) gst_buffer_unref, NULL); in src_activate_mode()
/third_party/glib/glib/tests/
Dqueue.c106 g_queue_foreach (queue, check_min, &min); in find_min()
116 g_queue_foreach (queue, check_max, &max); in find_max()
131 g_queue_foreach (queue, delete_elm, queue); in delete_all()
943 g_queue_foreach (q2, remove_item, q2); in test_copy()
/third_party/gstreamer/gstreamer/plugins/tracers/
Dgstrusage.c92 g_queue_foreach (&self->values, (GFunc) free_trace_value, NULL); in free_trace_values()
Dgstleaks.c803 g_queue_foreach (&instances, (GFunc) gst_leaks_tracer_log_live_objects, NULL); in sig_usr1_handler()
826 g_queue_foreach (&instances, sig_usr2_handler_foreach, NULL); in sig_usr2_handler()
/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-ids.c364 g_queue_foreach (&track->protection_event_queue, (GFunc) gst_event_unref, in gst_matroska_track_free()
/third_party/gstreamer/gstreamer/libs/gst/check/
Dgstcheck.c196 g_queue_foreach (&_gst_check_log_filters, in gst_check_clear_log_filter()
236 g_queue_foreach (&_gst_check_log_filters, (GFunc) gst_check_apply_log_filter, in gst_check_filter_log_filter()
/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstsplitmuxsink.c666 g_queue_foreach (&splitmux->out_cmd_q, (GFunc) out_cmd_buf_free, NULL); in gst_splitmux_sink_finalize()
668 g_queue_foreach (&splitmux->pending_input_gops, (GFunc) input_gop_free, NULL); in gst_splitmux_sink_finalize()
1069 g_queue_foreach (&ctx->queued_bufs, (GFunc) mq_stream_buf_free, NULL); in mq_stream_ctx_reset()
1104 g_queue_foreach (&ctx->queued_bufs, (GFunc) mq_stream_buf_free, NULL); in mq_stream_ctx_free()
1666 g_queue_foreach (&ctx->queued_bufs, (GFunc) mq_stream_buf_free, NULL); in handle_mq_output()
3989 g_queue_foreach (&splitmux->pending_input_gops, (GFunc) input_gop_free, NULL); in gst_splitmux_sink_reset()
4007 g_queue_foreach (&splitmux->out_cmd_q, (GFunc) out_cmd_buf_free, NULL); in gst_splitmux_sink_reset()
Dgstmultifilesink.c470 g_queue_foreach (&multifilesink->old_files, (GFunc) g_free, NULL); in gst_multi_file_sink_stop()
/third_party/gstreamer/gstreamer/libs/gst/net/
Dgstptpclock.c803 g_queue_foreach (&domain->pending_syncs, (GFunc) ptp_pending_sync_free, in select_best_master_clock()
1925 g_queue_foreach (&sender->announce_messages, (GFunc) g_free, NULL); in cleanup_cb()
2301 g_queue_foreach (&sender->announce_messages, (GFunc) g_free, NULL); in gst_ptp_deinit()
2307 g_queue_foreach (&domain->pending_syncs, (GFunc) ptp_pending_sync_free, in gst_ptp_deinit()
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2videoenc.c470 g_queue_foreach (&profiles, (GFunc) g_free, NULL); in negotiate_profile_and_level()
512 g_queue_foreach (&levels, (GFunc) g_free, NULL); in negotiate_profile_and_level()
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpmparobustdepay.c796 g_queue_foreach (rtpmpadepay->adu_frames, in gst_rtp_mpa_robust_change_state()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudiodecoder.c567 g_queue_foreach (&dec->priv->frames, (GFunc) gst_buffer_unref, NULL); in gst_audio_decoder_reset()
1562 g_queue_foreach (&inbufs, (GFunc) gst_buffer_unref, NULL); in gst_audio_decoder_finish_frame_or_subframe()
1809 g_queue_foreach (&dec->priv->frames, (GFunc) gst_buffer_unref, NULL); in gst_audio_decoder_drain()
/third_party/gstreamer/gstreamer/tools/
Dgst-stats.c1123 g_queue_foreach (element_reported_latencies, in print_stats()

12