Searched refs:avformat_write_header (Results 1 - 25 of 25) sorted by relevance
/third_party/ffmpeg/libavformat/tests/ |
H A D | fifo_muxer.c | 85 ret = avformat_write_header(oc, opts); in fifo_basic_test() 135 ret = avformat_write_header(oc, opts); in fifo_overflow_drop_test()
|
H A D | movenc.c | 227 if (avformat_write_header(ctx, &opts) < 0) in init_fps()
|
/third_party/ffmpeg/libavformat/ |
H A D | rtpenc_mpegts.c | 91 ret = avformat_write_header(mpegts_ctx, &mpegts_muxer_options); in rtp_mpegts_write_header() 118 ret = avformat_write_header(rtp_ctx, &rtp_muxer_options); in rtp_mpegts_write_header()
|
H A D | rtpenc_chain.c | 88 ret = avformat_write_header(rtpctx, &opts); in ff_rtp_chain_mux_open()
|
H A D | movenc_ttml.c | 69 if ((ret = avformat_write_header(ttml_ctx, NULL)) < 0) { in mov_write_ttml_document_from_queue()
|
H A D | webm_chunk.c | 156 ret = avformat_write_header(oc, NULL); in webm_chunk_write_header()
|
H A D | img2enc.c | 106 (ret = avformat_write_header(fmt, NULL)) < 0 || in write_muxed_file()
|
H A D | segment.c | 90 int header_written; ///< whether we've already called avformat_write_header 267 err = avformat_write_header(oc, &options); in segment_start() 793 ret = avformat_write_header(oc, NULL); in seg_init() 818 ret = avformat_write_header(oc, NULL); in seg_write_header()
|
H A D | avformat.h | 186 * The main API functions for muxing are avformat_write_header() for writing the 221 * avformat_write_header() to initialize the muxer internals and write the file 232 * avformat_write_header() step) and may be different from the timebase 983 * encoding: May be set by the caller before avformat_write_header() to 985 * avformat_write_header(), the muxer will overwrite this field 1007 * Encoding: May be set by the caller before avformat_write_header() to 1018 * - muxing: may be set by the caller before avformat_write_header(). 1038 * - muxing: May be set by the caller before avformat_write_header(). 1063 * - muxing: May be set by the caller before avformat_write_header(). 1082 * - muxing: may be set by the user after avformat_write_header() [all...] |
H A D | hdsenc.c | 394 if ((ret = avformat_write_header(os->ctx, NULL)) < 0) { in hds_write_header()
|
H A D | tee.c | 304 if ((ret = avformat_write_header(avf2, &options)) < 0) { in open_slave()
|
H A D | fifo.c | 145 ret = avformat_write_header(avf2, &format_options); in fifo_thread_write_header()
|
H A D | smoothstreamingenc.c | 344 ret = avformat_write_header(ctx, &opts); in ism_write_header()
|
H A D | hlsenc.c | 1849 err = avformat_write_header(vtt_oc,NULL); in hls_start() 2304 ret = avformat_write_header(vs->avf, NULL); in hls_write_header()
|
H A D | mux.c | 454 int avformat_write_header(AVFormatContext *s, AVDictionary **options) in avformat_write_header() function
|
H A D | mpegtsenc.c | 1268 ret = avformat_write_header(ts_st->amux, NULL); in mpegts_init()
|
H A D | dashenc.c | 1739 if ((ret = avformat_write_header(os->ctx, NULL)) < 0) in dash_write_header()
|
/third_party/ffmpeg/doc/examples/ |
H A D | remuxing.c | 140 ret = avformat_write_header(ofmt_ctx, NULL); in main()
|
H A D | vaapi_transcode.c | 207 if ((ret = avformat_write_header(ofmt_ctx, NULL)) < 0) { in dec_enc()
|
H A D | transcode_aac.c | 349 if ((error = avformat_write_header(output_format_context, NULL)) < 0) { in write_output_file_header()
|
H A D | muxing.c | 614 ret = avformat_write_header(oc, &opt); in main()
|
H A D | transcoding.c | 228 ret = avformat_write_header(ofmt_ctx, NULL); in open_output_file()
|
/third_party/ffmpeg/fftools/ |
H A D | ffmpeg_mux.c | 240 ret = avformat_write_header(of->ctx, &of->opts); in of_check_init()
|
/third_party/ffmpeg/tools/ |
H A D | uncoded_frame.c | 191 if ((ret = avformat_write_header(st->mux, NULL)) < 0) { in main()
|
/third_party/skia/experimental/ffmpeg/ |
H A D | SkVideoEncoder.cpp | 208 if (check_err(avformat_write_header(fFormatCtx, nullptr))) { in init()
|
Completed in 32 milliseconds