Lines Matching refs:Representations
47 * Representations);
128 gst_mpd_client_get_lowest_representation (GList * Representations) in gst_mpd_client_get_lowest_representation() argument
134 if (Representations == NULL) in gst_mpd_client_get_lowest_representation()
137 for (list = g_list_first (Representations); list; list = g_list_next (list)) { in gst_mpd_client_get_lowest_representation()
149 gst_mpdparser_get_highest_representation (GList * Representations)
153 if (Representations == NULL)
156 list = g_list_last (Representations);
162 gst_mpdparser_get_representation_with_max_bandwidth (GList * Representations,
168 if (Representations == NULL)
172 return gst_mpdparser_get_highest_representation (Representations);
174 for (list = g_list_first (Representations); list; list = g_list_next (list)) {
656 for (n = adapt_set->Representations; n; n = n->next) { in gst_mpd_client_fetch_on_load_external_resources()
854 rep_list = stream->cur_adapt_set->Representations; in gst_mpd_client_setup_representation()
1606 rep_list = adapt_set->Representations; in gst_mpd_client_setup_streaming()
2524 gst_mpd_client_get_rep_idx_with_min_bandwidth (GList * Representations) in gst_mpd_client_get_rep_idx_with_min_bandwidth() argument
2530 if (Representations == NULL) in gst_mpd_client_get_rep_idx_with_min_bandwidth()
2533 for (list = g_list_first (Representations); list; list = g_list_next (list)) { in gst_mpd_client_get_rep_idx_with_min_bandwidth()
2541 return lowest ? g_list_position (Representations, lowest) : -1; in gst_mpd_client_get_rep_idx_with_min_bandwidth()
2545 gst_mpd_client_get_rep_idx_with_max_bandwidth (GList * Representations, in gst_mpd_client_get_rep_idx_with_max_bandwidth() argument
2555 if (Representations == NULL) in gst_mpd_client_get_rep_idx_with_max_bandwidth()
2559 return gst_mpd_client_get_rep_idx_with_min_bandwidth (Representations); in gst_mpd_client_get_rep_idx_with_max_bandwidth()
2561 for (list = g_list_first (Representations); list; list = g_list_next (list)) { in gst_mpd_client_get_rep_idx_with_max_bandwidth()
2597 return best ? g_list_position (Representations, best) : -1; in gst_mpd_client_get_rep_idx_with_max_bandwidth()
2889 gst_mpd_client_get_lowest_representation (adapt_set->Representations); in gst_mpd_client_get_list_and_nb_of_audio_language()
3247 (adap_set_node->Representations, representation_id)); in gst_mpd_client_set_representation_node()
3254 _generate_new_string_id (adap_set_node->Representations, in gst_mpd_client_set_representation_node()
3258 adap_set_node->Representations = in gst_mpd_client_set_representation_node()
3259 g_list_append (adap_set_node->Representations, rep_node); in gst_mpd_client_set_representation_node()
3293 (adaptation_set->Representations, rep_id)); in gst_mpd_client_set_segment_list()
3330 (adaptation_set->Representations, rep_id)); in gst_mpd_client_set_segment_template()
3369 (adaptation_set->Representations, rep_id)); in gst_mpd_client_add_segment_url()