Home
last modified time | relevance | path

Searched refs:http_base_proto (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dhlsenc.c287 int http_base_proto = filename ? ff_is_http_proto(filename) : 0; in hlsenc_io_open() local
289 if (!*pb || !http_base_proto || !hls->http_persistent) { in hlsenc_io_open()
307 int http_base_proto = filename ? ff_is_http_proto(filename) : 0; in hlsenc_io_close() local
311 if (!http_base_proto || !hls->http_persistent || hls->key_info_file || hls->encrypt) { in hlsenc_io_close()
326 int http_base_proto = ff_is_http_proto(s->url); in set_http_options() local
330 } else if (http_base_proto) { in set_http_options()
2863 int http_base_proto = ff_is_http_proto(s->url); in hls_init() local
2884 if (!hls->method && http_base_proto) { in hls_init()
H A Ddashenc.c229 int http_base_proto = filename ? ff_is_http_proto(filename) : 0; in dashenc_io_open() local
231 if (!*pb || !http_base_proto || !c->http_persistent) { in dashenc_io_open()
247 int http_base_proto = filename ? ff_is_http_proto(filename) : 0; in dashenc_io_close() local
252 if (!http_base_proto || !c->http_persistent) { in dashenc_io_close()
1853 int http_base_proto = ff_is_http_proto(filename); in dashenc_delete_file() local
1855 if (http_base_proto) { in dashenc_delete_file()

Completed in 17 milliseconds