Searched refs:url_template (Results 1 – 4 of 4) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/dash/ |
D | gstmpdparser.h | 166 gchar *gst_mpdparser_build_URL_from_template (const gchar * url_template, const gchar * id, guint n…
|
D | gstmpdparser.c | 1424 gst_mpdparser_build_URL_from_template (const gchar * url_template, in gst_mpdparser_build_URL_from_template() argument 1432 g_return_val_if_fail (url_template != NULL, NULL); in gst_mpdparser_build_URL_from_template() 1433 tokens = g_strsplit_set (url_template, "$", -1); in gst_mpdparser_build_URL_from_template() 1446 num_tokens, url_template); in gst_mpdparser_build_URL_from_template()
|
/third_party/ffmpeg/libavformat/ |
D | dashdec.c | 78 char *url_template; member 362 av_freep(&pls->url_template); in free_representation() 927 rep->url_template = get_content_url(baseurl_nodes, 4, in parse_manifest_representation() 1639 if (!pls->url_template) { in get_current_fragment() 1649 …ff_dash_fill_tmpl_params(tmpfilename, c->max_url_size, pls->url_template, 0, pls->cur_seq_no, 0, g… in get_current_fragment() 1650 seg->url = av_strireplace(pls->url_template, pls->url_template, tmpfilename); in get_current_fragment() 1652 …G_WARNING, "Unable to resolve template url '%s', try to use origin template\n", pls->url_template); in get_current_fragment() 1653 seg->url = av_strdup(pls->url_template); in get_current_fragment() 1655 … av_log(pls->parent, AV_LOG_ERROR, "Cannot resolve template url '%s'\n", pls->url_template); in get_current_fragment()
|
/third_party/python/Tools/ssl/ |
D | multissltests.py | 251 for url_template in self.url_templates: 252 url = url_template.format(v=self.version, s=self.short_version)
|