Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/tests/
H A Dfifo_muxer.c85 ret = avformat_write_header(oc, opts); in fifo_basic_test()
135 ret = avformat_write_header(oc, opts); in fifo_overflow_drop_test()
H A Dmovenc.c227 if (avformat_write_header(ctx, &opts) < 0) in init_fps()
/third_party/ffmpeg/libavformat/
H A Drtpenc_mpegts.c91 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 Drtpenc_chain.c88 ret = avformat_write_header(rtpctx, &opts); in ff_rtp_chain_mux_open()
H A Dmovenc_ttml.c69 if ((ret = avformat_write_header(ttml_ctx, NULL)) < 0) { in mov_write_ttml_document_from_queue()
H A Dwebm_chunk.c156 ret = avformat_write_header(oc, NULL); in webm_chunk_write_header()
H A Dimg2enc.c106 (ret = avformat_write_header(fmt, NULL)) < 0 || in write_muxed_file()
H A Dsegment.c90 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 Davformat.h186 * 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 Dhdsenc.c394 if ((ret = avformat_write_header(os->ctx, NULL)) < 0) { in hds_write_header()
H A Dtee.c304 if ((ret = avformat_write_header(avf2, &options)) < 0) { in open_slave()
H A Dfifo.c145 ret = avformat_write_header(avf2, &format_options); in fifo_thread_write_header()
H A Dsmoothstreamingenc.c344 ret = avformat_write_header(ctx, &opts); in ism_write_header()
H A Dhlsenc.c1849 err = avformat_write_header(vtt_oc,NULL); in hls_start()
2304 ret = avformat_write_header(vs->avf, NULL); in hls_write_header()
H A Dmux.c454 int avformat_write_header(AVFormatContext *s, AVDictionary **options) in avformat_write_header() function
H A Dmpegtsenc.c1268 ret = avformat_write_header(ts_st->amux, NULL); in mpegts_init()
H A Ddashenc.c1739 if ((ret = avformat_write_header(os->ctx, NULL)) < 0) in dash_write_header()
/third_party/ffmpeg/doc/examples/
H A Dremuxing.c140 ret = avformat_write_header(ofmt_ctx, NULL); in main()
H A Dvaapi_transcode.c207 if ((ret = avformat_write_header(ofmt_ctx, NULL)) < 0) { in dec_enc()
H A Dtranscode_aac.c349 if ((error = avformat_write_header(output_format_context, NULL)) < 0) { in write_output_file_header()
H A Dmuxing.c614 ret = avformat_write_header(oc, &opt); in main()
H A Dtranscoding.c228 ret = avformat_write_header(ofmt_ctx, NULL); in open_output_file()
/third_party/ffmpeg/fftools/
H A Dffmpeg_mux.c240 ret = avformat_write_header(of->ctx, &of->opts); in of_check_init()
/third_party/ffmpeg/tools/
H A Duncoded_frame.c191 if ((ret = avformat_write_header(st->mux, NULL)) < 0) { in main()
/third_party/skia/experimental/ffmpeg/
H A DSkVideoEncoder.cpp208 if (check_err(avformat_write_header(fFormatCtx, nullptr))) { in init()

Completed in 32 milliseconds