Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dhlsplaylist.h54 int ff_hls_write_file_entry(AVIOContext *out, int insert_discont,
H A Dhlsplaylist.c132 int ff_hls_write_file_entry(AVIOContext *out, int insert_discont, in ff_hls_write_file_entry() function
164 av_log(NULL, AV_LOG_DEBUG, "strftime error in ff_hls_write_file_entry\n"); in ff_hls_write_file_entry()
H A Dhlsenc.c1618 ret = ff_hls_write_file_entry(byterange_mode ? hls->m3u8_out : vs->out, en->discont, byterange_mode, in hls_window()
1627 av_log(s, AV_LOG_WARNING, "ff_hls_write_file_entry get error\n"); in hls_window()
1644 ret = ff_hls_write_file_entry(hls->sub_m3u8_out, 0, byterange_mode, in hls_window()
1648 av_log(s, AV_LOG_WARNING, "ff_hls_write_file_entry get error\n"); in hls_window()
H A Ddashenc.c564 ret = ff_hls_write_file_entry(c->m3u8_out, 0, c->single_file, in write_hls_media_playlist()
570 av_log(os->ctx, AV_LOG_WARNING, "ff_hls_write_file_entry get error\n"); in write_hls_media_playlist()

Completed in 10 milliseconds