Searched refs:GstIteratorForeachFunction (Results 1 – 7 of 7) sorted by relevance
/third_party/gstreamer/gstreamer/gst/ |
D | gstiterator.h | 139 typedef void (*GstIteratorForeachFunction) (const GValue * item, gpointer user_data); typedef 281 … GstIteratorForeachFunction func, gpointer user_data);
|
D | gstiterator.c | 639 GstIteratorForeachFunction func; 665 gst_iterator_foreach (GstIterator * it, GstIteratorForeachFunction func, in gst_iterator_foreach()
|
D | gstbin.c | 1358 while (gst_iterator_foreach (it, (GstIteratorForeachFunction) unlink_pads, in gst_bin_add_func() 1798 while (gst_iterator_foreach (it, (GstIteratorForeachFunction) unlink_pads, in gst_bin_remove_func()
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gststreamiddemux.c | 382 (GstIteratorForeachFunction) gst_streamid_demux_release_srcpad, demux); in gst_streamid_demux_reset()
|
D | gsttee.c | 1222 (GstIteratorForeachFunction) gst_tee_push_eos, in gst_tee_pull_eos()
|
/third_party/gstreamer/gstplugins_bad/gst/debugutils/ |
D | fpsdisplaysink.c | 277 (GstIteratorForeachFunction) update_sub_sync_foreach, in fps_display_sink_update_sink_sync()
|
/third_party/gstreamer/gstplugins_base/gst/encoding/ |
D | gstencodebasebin.c | 2427 gst_iterator_foreach (it, (GstIteratorForeachFunction) release_pads, in stream_group_free() 2441 gst_iterator_foreach (it, (GstIteratorForeachFunction) release_pads, in stream_group_free()
|