/third_party/gstreamer/gstplugins_bad/sys/ipcpipeline/ |
D | gstipcslavepipeline.c | 115 gst_iterator_fold (it, send_message_if_ipcpipelinesrc, NULL, message); in gst_ipc_slave_pipeline_forward_message()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstiterator.c | 605 gst_iterator_fold (GstIterator * it, GstIteratorFoldFunction func, in gst_iterator_fold() function 673 return gst_iterator_fold (it, (GstIteratorFoldFunction) foreach_fold_func, in gst_iterator_foreach() 738 gst_iterator_fold (it, (GstIteratorFoldFunction) find_custom_fold_func, in gst_iterator_find_custom()
|
D | gstiterator.h | 276 GstIteratorResult gst_iterator_fold (GstIterator *it,
|
D | gstbin.c | 2645 ires = gst_iterator_fold (iter, (GstIteratorFoldFunction) activate_pads, in iterator_activate_fold_with_resync() 4232 ires = gst_iterator_fold (iter, fold_func, &ret, fold_data); in bin_iterate_fold()
|
D | gstelement.c | 3195 ires = gst_iterator_fold (iter, func, &ret, user_data); in iterator_activate_fold_with_resync()
|
D | gstpad.c | 3403 res = gst_iterator_fold (it, query_latency_default_fold, &ret, &fold_data); in gst_pad_query_latency_default()
|
/third_party/gstreamer/gstplugins_bad/sys/msdk/ |
D | gstmsdkcontextutil.c | 82 while (gst_iterator_fold (it, func, &res, query) == GST_ITERATOR_RESYNC) in _gst_context_run_query()
|
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvautils.c | 94 while (gst_iterator_fold (it, func, &res, query) == GST_ITERATOR_RESYNC) in _gst_va_run_query()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/d3d11/ |
D | gstd3d11utils.cpp | 303 while (gst_iterator_fold (it, func, &res, query) == GST_ITERATOR_RESYNC) in run_query()
|
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | gstcudautils.c | 84 while (gst_iterator_fold (it, func, &res, query) == GST_ITERATOR_RESYNC) in run_query()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ |
D | gstvkutils.c | 96 while (gst_iterator_fold (it, func, &res, query) == GST_ITERATOR_RESYNC) in gst_vulkan_run_query()
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstiterator.c | 165 res = gst_iterator_fold (iter, add_fold_func, &ret, NULL); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglutils.c | 136 while (gst_iterator_fold (it, func, &res, query) == GST_ITERATOR_RESYNC) in gst_gl_run_query()
|
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
D | gstrtpmux.c | 789 res = gst_iterator_fold (iter, same_clock_rate_fold, &v, pad); in gst_rtp_mux_getcaps()
|
D | gstrtpbin.c | 4745 res = gst_iterator_fold (it, setup_aux_sender_fold, &result, session); in setup_aux_sender()
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gsttee.c | 757 gst_iterator_fold (iter, gst_tee_query_allocation, &ret, &ctx)) { in gst_tee_sink_query()
|
D | gstinputselector.c | 1688 res = gst_iterator_fold (it, query_latency_default_fold, &ret, &fold_data); in gst_input_selector_query_latency()
|
/third_party/gstreamer/gstplugins_good/gst/interleave/ |
D | interleave.c | 1121 gst_iterator_fold (it, (GstIteratorFoldFunction) forward_event_func, &vret, in forward_event()
|
/third_party/gstreamer/gstplugins_base/gst/adder/ |
D | gstadder.c | 607 gst_iterator_fold (it, (GstIteratorFoldFunction) forward_event_func, in forward_event()
|
/third_party/gstreamer/gstplugins_good/gst/videomixer/ |
D | videomixer2.c | 1928 gst_iterator_fold (it, (GstIteratorFoldFunction) forward_event_func, &vret, in gst_videomixer2_push_sink_event()
|
/third_party/gstreamer/gstplugins_base/gst/playback/ |
D | gsturisourcebin.c | 2888 ires = gst_iterator_fold (iter, fold_func, &ret, &fold_data); in gst_uri_source_bin_query()
|
D | gsturidecodebin.c | 3088 ires = gst_iterator_fold (iter, fold_func, &ret, &fold_data); in gst_uri_decode_bin_query()
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | qtdemux.c | 8437 while (gst_iterator_fold (it, func, &res, query) == GST_ITERATOR_RESYNC) in gst_qtdemux_run_query()
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 113581 Unref sinks when performing a query via gst_iterator_fold, as the 119429 * gst/gstiterator.c: (gst_iterator_fold), (gst_iterator_foreach), 120026 * gst/gstiterator.c: (gst_iterator_fold), 133734 (gst_iterator_filter), (gst_iterator_fold), (foreach_fold_func),
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 14547 …#202 0x00007fe69e78ffcc in gst_iterator_fold (it=it@entry=0x744820, func=func@entry=0x7fe69e758460… 14552 …#207 0x00007fe69e78ffcc in gst_iterator_fold (it=it@entry=0x744cf0, func=func@entry=0x7fe69e758460… 14557 …#212 0x00007fe69e78ffcc in gst_iterator_fold (it=it@entry=0x7448d0, func=func@entry=0x7fe69e758460… 105335 uridecodebin: Fix usage of gst_iterator_fold()
|