Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dhlsenc.c304 static int hlsenc_io_close(AVFormatContext *s, AVIOContext **pb, char *filename) in hlsenc_io_close() function
1526 hlsenc_io_close(s, &hls->m3u8_out, temp_filename); in create_master_playlist()
1659 ret = hlsenc_io_close(s, byterange_mode ? &hls->m3u8_out : &vs->out, temp_filename); in hls_window()
1663 hlsenc_io_close(s, &hls->sub_m3u8_out, vs->vtt_m3u8_name); in hls_window()
2367 hlsenc_io_close(s, &vs->out, hls->fmp4_init_filename); in hls_init_file_resend()
2381 hlsenc_io_close(s, &vs->out, vs->basename_tmp); in append_single_file()
2398 hlsenc_io_close(s, &vs->out, filename); in append_single_file()
2516 hlsenc_io_close(s, &vs->out, vs->base_output_dirname); in hls_write_packet()
2522 hlsenc_io_close(s, &vs->vtt_avf->pb, vs->vtt_avf->url); in hls_write_packet()
2580 ret = hlsenc_io_close( in hls_write_packet()
[all...]

Completed in 5 milliseconds