Searched refs:hlsenc_io_open (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | hlsenc.c | 283 static int hlsenc_io_open(AVFormatContext *s, AVIOContext **pb, const char *filename, in hlsenc_io_open() function 924 ret = hlsenc_io_open(s, &vs->out, vs->basename, &options); in hls_mux_init() 926 ret = hlsenc_io_open(s, &vs->out, vs->base_output_dirname, &options); in hls_mux_init() 1401 ret = hlsenc_io_open(s, &hls->m3u8_out, temp_filename, &options); in create_master_playlist() 1580 if ((ret = hlsenc_io_open(s, byterange_mode ? &hls->m3u8_out : &vs->out, temp_filename, &options)) < 0) { in hls_window() 1636 if ((ret = hlsenc_io_open(s, &hls->sub_m3u8_out, temp_vtt_filename, &options)) < 0) { in hls_window() 1824 if ((err = hlsenc_io_open(s, &vs->out_single_file, vs->basename, &options)) < 0) { in hls_start() 1830 if ((err = hlsenc_io_open(s, &vs->out, vs->basename_tmp, &options)) < 0) { in hls_start() 1840 if ((err = hlsenc_io_open(s, &vtt_oc->pb, vtt_oc->url, &options)) < 0) { in hls_start() 2362 ret = hlsenc_io_open( in hls_init_file_resend() [all...] |
Completed in 5 milliseconds