Searched refs:gst_mpd_client_get_active_stream_by_index (Results 1 – 4 of 4) sorted by relevance
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | dash_mpd.c | 936 activeStream = gst_mpd_client_get_active_stream_by_index (mpdclient, 0); in GST_START_TEST() 3128 activeStream = gst_mpd_client_get_active_stream_by_index (mpdclient, 0); in GST_START_TEST() 3144 activeStream = gst_mpd_client_get_active_stream_by_index (mpdclient, 1); in GST_START_TEST() 3689 activeStream = gst_mpd_client_get_active_stream_by_index (mpdclient, 0); in GST_START_TEST() 3694 activeStream = gst_mpd_client_get_active_stream_by_index (mpdclient, 1); in GST_START_TEST() 3699 activeStream = gst_mpd_client_get_active_stream_by_index (mpdclient, 2); in GST_START_TEST() 3768 activeStream = gst_mpd_client_get_active_stream_by_index (mpdclient, 0); in GST_START_TEST() 4376 activeStream = gst_mpd_client_get_active_stream_by_index (mpdclient, 0); in GST_START_TEST() 4586 activeStream = gst_mpd_client_get_active_stream_by_index (mpdclient, 0); in GST_START_TEST() 4736 activeStream = gst_mpd_client_get_active_stream_by_index (mpdclient, 0); in GST_START_TEST() [all …]
|
/third_party/gstreamer/gstplugins_bad/ext/dash/ |
D | gstmpdclient.h | 112 GstActiveStream *gst_mpd_client_get_active_stream_by_index (GstMPDClient *client, guint stream_idx);
|
D | gstmpdclient.c | 2288 stream = gst_mpd_client_get_active_stream_by_index (client, stream_idx); in gst_mpd_client_get_next_header() 2336 stream = gst_mpd_client_get_active_stream_by_index (client, stream_idx); in gst_mpd_client_get_next_header_index() 2669 gst_mpd_client_get_active_stream_by_index (GstMPDClient * client, in gst_mpd_client_get_active_stream_by_index() function
|
D | gstdashdemux.c | 801 gst_mpd_client_get_active_stream_by_index (demux->client, i); in gst_dash_demux_setup_all_streams()
|