Searched refs:http_persistent (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | hls.c | 225 int http_persistent; member 690 if (is_http && c->http_persistent && *pb) { in open_url() 749 if (is_http && !in && c->http_persistent && c->playlist_pb) { in parse_playlist() 767 if (c->http_persistent) in parse_playlist() 775 if (is_http && c->http_persistent) in parse_playlist() 1281 if (c->http_persistent) in open_input() 1481 if (!v->input || (c->http_persistent && v->input_read_done)) { in read_data() 1615 if (c->http_persistent && in read_data() 2544 {"http_persistent", "Use persistent HTTP connections", 2545 OFFSET(http_persistent), AV_OPT_TYPE_BOO [all...] |
H A D | hlsenc.c | 250 int http_persistent; member 289 if (!*pb || !http_base_proto || !hls->http_persistent) { in hlsenc_io_open() 311 if (!http_base_proto || !hls->http_persistent || hls->key_info_file || hls->encrypt) { in hlsenc_io_close() 335 if (c->http_persistent) in set_http_options() 908 if (hls->http_persistent > 0) { in hls_mux_init() 3164 {"http_persistent", "Use persistent HTTP connections", OFFSET(http_persistent), AV_OPT_TYPE_BOOL, {.i64 = 0 }, 0, 1, E },
|
H A D | dashenc.c | 176 int http_persistent; member 231 if (!*pb || !http_base_proto || !c->http_persistent) { in dashenc_io_open() 252 if (!http_base_proto || !c->http_persistent) { in dashenc_io_close() 483 if (c->http_persistent) in set_http_options() 2383 { "http_persistent", "Use persistent HTTP connections", OFFSET(http_persistent), AV_OPT_TYPE_BOOL, {.i64 = 0 }, 0, 1, E },
|
Completed in 13 milliseconds