Lines Matching refs:hlsenc_io_open
283 static int hlsenc_io_open(AVFormatContext *s, AVIOContext **pb, const char *filename,
924 ret = hlsenc_io_open(s, &vs->out, vs->basename, &options);
926 ret = hlsenc_io_open(s, &vs->out, vs->base_output_dirname, &options);
1401 ret = hlsenc_io_open(s, &hls->m3u8_out, temp_filename, &options);
1580 if ((ret = hlsenc_io_open(s, byterange_mode ? &hls->m3u8_out : &vs->out, temp_filename, &options)) < 0) {
1636 if ((ret = hlsenc_io_open(s, &hls->sub_m3u8_out, temp_vtt_filename, &options)) < 0) {
1824 if ((err = hlsenc_io_open(s, &vs->out_single_file, vs->basename, &options)) < 0) {
1830 if ((err = hlsenc_io_open(s, &vs->out, vs->basename_tmp, &options)) < 0) {
1840 if ((err = hlsenc_io_open(s, &vtt_oc->pb, vtt_oc->url, &options)) < 0) {
2362 ret = hlsenc_io_open(s, &vs->out, vs->base_output_dirname, &options);
2563 ret = hlsenc_io_open(s, &vs->out, filename, &options);
2585 ret = hlsenc_io_open(s, &vs->out, filename, &options);
2773 ret = hlsenc_io_open(s, &vs->out, filename, &options);
2790 ret = hlsenc_io_open(s, &vs->out, filename, &options);