Home
last modified time | relevance | path

Searched defs:active_stream (Results 1 – 9 of 9) sorted by relevance

/third_party/gstreamer/gstreamer/tests/check/elements/
Dstreamiddemux.c372 gint active_stream = rand () % NUM_SUBSTREAMS; in GST_START_TEST() local
Dselector.c432 setup_input_selector_with_2_streams (gint active_stream) in setup_input_selector_with_2_streams()
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstdecodebin3-parse.c58 GstStream *active_stream; member
Dgstdecodebin3.c325 GstStream *active_stream; member
Dgstparsebin.c469 GstStream *active_stream; member
/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstdashdemux.h65 GstActiveStream *active_stream; member
Dgstdashdemux.c793 GstActiveStream *active_stream; in gst_dash_demux_setup_all_streams() local
2174 GstActiveStream *active_stream = NULL; in gst_dash_demux_stream_select_bitrate() local
2546 GstActiveStream *active_stream = dashstream->active_stream; in gst_dash_demux_stream_get_fragment_waiting_time() local
Dgstmpdparser.c1356 gst_mpdparser_free_active_stream (GstActiveStream * active_stream) in gst_mpdparser_free_active_stream()
/third_party/mindspore/tests/ut/cpp/stub/runtime/
Druntime_stub.cc116 rtError_t rtStreamActive(rtStream_t active_stream, rtStream_t stream) { return RT_ERROR_NONE; } in rtStreamActive()