Searched refs:baseurl (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | hlsplaylist.c | 136 const char *baseurl /* Ignored if NULL */, in ff_hls_write_file_entry() 182 if (baseurl) in ff_hls_write_file_entry() 183 avio_printf(out, "%s", baseurl); in ff_hls_write_file_entry()
|
H A D | hlsplaylist.h | 58 const char *baseurl /* Ignored if NULL */,
|
H A D | dashdec.c | 709 char *baseurl = NULL; in resolve_content_path() local 768 baseurl = xmlNodeGetContent(node); in resolve_content_path() 769 root_url = (av_strcasecmp(baseurl, "")) ? baseurl : path; in resolve_content_path() 817 xmlFree(baseurl); in resolve_content_path()
|
H A D | hlsenc.c | 216 char *baseurl; member 1620 en->size, en->pos, hls->baseurl, in hls_window() 1646 hls->baseurl, en->sub_filename, NULL, 0, 0, 0); in hls_window() 3117 {"hls_base_url", "url to prepend to each playlist entry", OFFSET(baseurl), AV_OPT_TYPE_STRING, {.str = NULL}, 0, 0, E},
|
/third_party/libabigail/tools/ |
H A D | fedabipkgdiff | 655 def __init__(self, baseurl): 658 :param str baseurl: the kojihub URL to initialize a session, that is 661 self.session = koji.ClientSession(baseurl)
|
Completed in 14 milliseconds