Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dhlsplaylist.c123 int byterange_mode, int64_t size, int64_t pos) in ff_hls_write_init_file()
126 if (byterange_mode) { in ff_hls_write_init_file()
133 int byterange_mode, double duration, in ff_hls_write_file_entry()
151 if (byterange_mode) in ff_hls_write_file_entry()
122 ff_hls_write_init_file(AVIOContext *out, const char *filename, int byterange_mode, int64_t size, int64_t pos) ff_hls_write_init_file() argument
132 ff_hls_write_file_entry(AVIOContext *out, int insert_discont, int byterange_mode, double duration, int round_duration, int64_t size, int64_t pos , const char *baseurl , const char *filename, double *prog_date_time, int64_t video_keyframe_size, int64_t video_keyframe_pos, int iframe_mode) ff_hls_write_file_entry() argument
H A Dhlsplaylist.h53 int byterange_mode, int64_t size, int64_t pos);
55 int byterange_mode, double duration,
H A Dhlsenc.c849 int byterange_mode = (hls->flags & HLS_SINGLE_FILE) || (hls->max_seg_size > 0); in hls_mux_init() local
923 if (byterange_mode) { in hls_mux_init()
1109 int byterange_mode = (hls->flags & HLS_SINGLE_FILE) || (hls->max_seg_size > 0); in hls_append_segment() local
1128 && !byterange_mode) { in hls_append_segment()
1551 int byterange_mode = (hls->flags & HLS_SINGLE_FILE) || (hls->max_seg_size > 0); in hls_window() local
1558 if (byterange_mode) { in hls_window()
1580 if ((ret = hlsenc_io_open(s, byterange_mode ? &hls->m3u8_out : &vs->out, temp_filename, &options)) < 0) { in hls_window()
1592 ff_hls_write_playlist_header(byterange_mode ? hls->m3u8_out : vs->out, hls->version, hls->allowcache, in hls_window()
1596 avio_printf(byterange_mode ? hls->m3u8_out : vs->out, "#EXT-X-DISCONTINUITY\n"); in hls_window()
1600 avio_printf(byterange_mode in hls_window()
2497 int byterange_mode = (hls->flags & HLS_SINGLE_FILE) || (hls->max_seg_size > 0); hls_write_packet() local
2726 int range_length, byterange_mode; hls_write_trailer() local
[all...]

Completed in 5 milliseconds