Searched refs:rep_list (Results 1 – 3 of 3) sorted by relevance
844 GList *rep_list; in gst_mpd_client_setup_representation() local854 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() local1606 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()
2175 GList *rep_list = NULL; in gst_dash_demux_stream_select_bitrate() local2195 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()
1195 GList *rep_list = NULL; in gst_hls_demux_get_bitrate_info() local1203 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()