Home
last modified time | relevance | path

Searched refs:rep_list (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdclient.c844 GList *rep_list; in gst_mpd_client_setup_representation() local
854 rep_list = stream->cur_adapt_set->Representations; in gst_mpd_client_setup_representation()
856 stream->representation_idx = g_list_index (rep_list, representation); in gst_mpd_client_setup_representation()
1603 GList *rep_list = NULL; in gst_mpd_client_setup_streaming() local
1606 rep_list = adapt_set->Representations; in gst_mpd_client_setup_streaming()
1607 if (!rep_list) { in gst_mpd_client_setup_streaming()
1623 gst_mpdparser_get_representation_with_max_bandwidth (rep_list, in gst_mpd_client_setup_streaming()
1629 representation = gst_mpd_client_get_lowest_representation (rep_list); in gst_mpd_client_setup_streaming()
1633 representation = gst_mpd_client_get_lowest_representation (rep_list); in gst_mpd_client_setup_streaming()
Dgstdashdemux.c2175 GList *rep_list = NULL; in gst_dash_demux_stream_select_bitrate() local
2195 rep_list = active_stream->cur_adapt_set->Representations; in gst_dash_demux_stream_select_bitrate()
2196 if (!rep_list) { in gst_dash_demux_stream_select_bitrate()
2211 gst_mpd_client_get_rep_idx_with_max_bandwidth (rep_list, bitrate, in gst_dash_demux_stream_select_bitrate()
2216 gst_mpd_client_get_rep_idx_with_max_bandwidth (rep_list, in gst_dash_demux_stream_select_bitrate()
2224 new_index = gst_mpd_client_get_rep_idx_with_min_bandwidth (rep_list); in gst_dash_demux_stream_select_bitrate()
2227 GstMPDRepresentationNode *rep = g_list_nth_data (rep_list, new_index); in gst_dash_demux_stream_select_bitrate()
/third_party/gstreamer/gstplugins_bad/ext/hls/
Dgsthlsdemux.c1195 GList *rep_list = NULL; in gst_hls_demux_get_bitrate_info() local
1203 rep_list = hls_demux->master->variants; in gst_hls_demux_get_bitrate_info()
1204 bitrate_info->bitrate_num = g_list_length (rep_list); in gst_hls_demux_get_bitrate_info()