Home
last modified time | relevance | path

Searched refs:all_eos (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstflowcombiner.c218 gboolean all_eos = TRUE; in gst_flow_combiner_get_flow() local
239 all_eos = FALSE; in gst_flow_combiner_get_flow()
244 else if (all_eos) in gst_flow_combiner_get_flow()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstfunnel.c256 gboolean all_eos = FALSE; in gst_funnel_all_sinkpads_eos_unlocked() local
270 all_eos = TRUE; in gst_funnel_all_sinkpads_eos_unlocked()
273 return all_eos; in gst_funnel_all_sinkpads_eos_unlocked()
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgststreamsynchronizer.c647 gboolean all_eos = TRUE; in gst_stream_synchronizer_sink_event() local
676 all_eos = all_eos && ostream->is_eos; in gst_stream_synchronizer_sink_event()
677 if (!all_eos) in gst_stream_synchronizer_sink_event()
681 if (all_eos) { in gst_stream_synchronizer_sink_event()
/third_party/gstreamer/gstreamer/tests/check/libs/
Daggregator.c75 gboolean all_eos = TRUE; in gst_test_aggregator_aggregate() local
93 all_eos = FALSE; in gst_test_aggregator_aggregate()
146 if (all_eos == TRUE) { in gst_test_aggregator_aggregate()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/adaptivedemux/
Dgstadaptivedemux.c2638 gboolean all_eos = TRUE; in gst_adaptive_demux_combine_flows() local
2647 all_eos = FALSE; in gst_adaptive_demux_combine_flows()
2657 else if (all_eos) in gst_adaptive_demux_combine_flows()