Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/ipcpipeline/
Dgstipcslavepipeline.c115 gst_iterator_fold (it, send_message_if_ipcpipelinesrc, NULL, message); in gst_ipc_slave_pipeline_forward_message()
/third_party/gstreamer/gstreamer/gst/
Dgstiterator.c605 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()
Dgstiterator.h276 GstIteratorResult gst_iterator_fold (GstIterator *it,
Dgstbin.c2645 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()
Dgstelement.c3195 ires = gst_iterator_fold (iter, func, &ret, user_data); in iterator_activate_fold_with_resync()
Dgstpad.c3403 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/
Dgstmsdkcontextutil.c82 while (gst_iterator_fold (it, func, &res, query) == GST_ITERATOR_RESYNC) in _gst_context_run_query()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvautils.c94 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/
Dgstd3d11utils.cpp303 while (gst_iterator_fold (it, func, &res, query) == GST_ITERATOR_RESYNC) in run_query()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcudautils.c84 while (gst_iterator_fold (it, func, &res, query) == GST_ITERATOR_RESYNC) in run_query()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkutils.c96 while (gst_iterator_fold (it, func, &res, query) == GST_ITERATOR_RESYNC) in gst_vulkan_run_query()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstiterator.c165 res = gst_iterator_fold (iter, add_fold_func, &ret, NULL); in GST_START_TEST()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglutils.c136 while (gst_iterator_fold (it, func, &res, query) == GST_ITERATOR_RESYNC) in gst_gl_run_query()
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtpmux.c789 res = gst_iterator_fold (iter, same_clock_rate_fold, &v, pad); in gst_rtp_mux_getcaps()
Dgstrtpbin.c4745 res = gst_iterator_fold (it, setup_aux_sender_fold, &result, session); in setup_aux_sender()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgsttee.c757 gst_iterator_fold (iter, gst_tee_query_allocation, &ret, &ctx)) { in gst_tee_sink_query()
Dgstinputselector.c1688 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/
Dinterleave.c1121 gst_iterator_fold (it, (GstIteratorFoldFunction) forward_event_func, &vret, in forward_event()
/third_party/gstreamer/gstplugins_base/gst/adder/
Dgstadder.c607 gst_iterator_fold (it, (GstIteratorFoldFunction) forward_event_func, in forward_event()
/third_party/gstreamer/gstplugins_good/gst/videomixer/
Dvideomixer2.c1928 gst_iterator_fold (it, (GstIteratorFoldFunction) forward_event_func, &vret, in gst_videomixer2_push_sink_event()
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgsturisourcebin.c2888 ires = gst_iterator_fold (iter, fold_func, &ret, &fold_data); in gst_uri_source_bin_query()
Dgsturidecodebin.c3088 ires = gst_iterator_fold (iter, fold_func, &ret, &fold_data); in gst_uri_decode_bin_query()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dqtdemux.c8437 while (gst_iterator_fold (it, func, &res, query) == GST_ITERATOR_RESYNC) in gst_qtdemux_run_query()
/third_party/gstreamer/gstreamer/
DChangeLog113581 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/
DChangeLog14547 …#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()