Searched refs:is_http (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | hls.c | 646 int is_http = 0; in open_url() local 672 is_http = 1; in open_url() 690 if (is_http && c->http_persistent && *pb) { in open_url() 721 *is_http_out = is_http; in open_url() 744 int is_http = av_strstart(url, "http", NULL); in parse_playlist() local 749 if (is_http && !in && c->http_persistent && c->playlist_pb) { in parse_playlist() 775 if (is_http && c->http_persistent) in parse_playlist() 1279 int is_http = 0; in open_input() local 1324 ret = open_url(pls->parent, in, url, &c->avio_opts, opts, &is_http); in open_input() 1330 ret = open_url(pls->parent, in, seg->url, &c->avio_opts, opts, &is_http); in open_input() [all...] |
H A D | dashdec.c | 402 AVDictionary **opts, AVDictionary *opts2, int *is_http) in open_url() 462 if (is_http) in open_url() 463 *is_http = av_strstart(proto_name, "http", NULL); in open_url() 401 open_url(AVFormatContext *s, AVIOContext **pb, const char *url, AVDictionary **opts, AVDictionary *opts2, int *is_http) open_url() argument
|
Completed in 7 milliseconds