Searched refs:ff_hls_write_stream_info (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | hlsplaylist.h | 46 void ff_hls_write_stream_info(AVStream *st, AVIOContext *out, int bandwidth,
|
D | hlsplaylist.c | 69 void ff_hls_write_stream_info(AVStream *st, AVIOContext *out, int bandwidth, in ff_hls_write_stream_info() function
|
D | hlsenc.c | 1522 ff_hls_write_stream_info(vid_st, hls->m3u8_out, bandwidth, m3u8_rel_name, 1526 ff_hls_write_stream_info(vid_st, hls->m3u8_out, bandwidth, m3u8_rel_name,
|
D | dashenc.c | 1338 ff_hls_write_stream_info(st, c->m3u8_out, stream_bitrate, in write_manifest()
|