Home
last modified time | relevance | path

Searched refs:ff_is_http_proto (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dinternal.h673 int ff_is_http_proto(const char *filename);
H A Dutils.c578 int ff_is_http_proto(const char *filename) { in ff_is_http_proto() function
H A Dhlsenc.c287 int http_base_proto = filename ? ff_is_http_proto(filename) : 0; in hlsenc_io_open()
307 int http_base_proto = filename ? ff_is_http_proto(filename) : 0; in hlsenc_io_close()
326 int http_base_proto = ff_is_http_proto(s->url); in set_http_options()
2863 int http_base_proto = ff_is_http_proto(s->url); in hls_init()
H A Ddashenc.c229 int http_base_proto = filename ? ff_is_http_proto(filename) : 0; in dashenc_io_open()
247 int http_base_proto = filename ? ff_is_http_proto(filename) : 0; in dashenc_io_close()
1853 int http_base_proto = ff_is_http_proto(filename); in dashenc_delete_file()

Completed in 10 milliseconds