Home
last modified time | relevance | path

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

12

/third_party/ffmpeg/libavformat/tests/
Dfifo_muxer.c86 ret = avformat_write_header(oc, opts); in fifo_basic_test()
136 ret = avformat_write_header(oc, opts); in fifo_overflow_drop_test()
Dmovenc.c227 if (avformat_write_header(ctx, &opts) < 0) in init_fps()
/third_party/ffmpeg/libavformat/
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()
Drtpenc_chain.c88 ret = avformat_write_header(rtpctx, &opts); in ff_rtp_chain_mux_open()
Dsegment.c274 err = avformat_write_header(oc, &options); in segment_start()
800 ret = avformat_write_header(oc, NULL); in seg_init()
825 ret = avformat_write_header(oc, NULL); in seg_write_header()
Dimg2enc.c104 (ret = avformat_write_header(fmt, NULL)) < 0 || in write_muxed_file()
Dwebm_chunk.c161 ret = avformat_write_header(oc, NULL); in webm_chunk_write_header()
Davformat.h2448 int avformat_write_header(AVFormatContext *s, AVDictionary **options);
Dtee.c305 if ((ret = avformat_write_header(avf2, &options)) < 0) { in open_slave()
Dfifo.c144 ret = avformat_write_header(avf2, &format_options); in fifo_thread_write_header()
Dhdsenc.c397 if ((ret = avformat_write_header(os->ctx, NULL)) < 0) { in hds_write_header()
Dsmoothstreamingenc.c345 ret = avformat_write_header(ctx, &opts); in ism_write_header()
Dmux.c506 int avformat_write_header(AVFormatContext *s, AVDictionary **options) function
Dhlsenc.c1865 err = avformat_write_header(vtt_oc,NULL);
2319 ret = avformat_write_header(vs->avf, NULL);
Dmpegtsenc.c1131 ret = avformat_write_header(ts_st->amux, NULL); in mpegts_init()
Ddashenc.c1727 if ((ret = avformat_write_header(os->ctx, NULL)) < 0) in dash_write_header()
/third_party/ffmpeg/doc/examples/
Dremuxing.c134 ret = avformat_write_header(ofmt_ctx, NULL); in main()
Dvaapi_transcode.c207 if ((ret = avformat_write_header(ofmt_ctx, NULL)) < 0) { in dec_enc()
Dtranscode_aac.c349 if ((error = avformat_write_header(output_format_context, NULL)) < 0) { in write_output_file_header()
Dmuxing.c611 ret = avformat_write_header(oc, &opt); in main()
Dtranscoding.c226 ret = avformat_write_header(ofmt_ctx, NULL); in open_output_file()
/third_party/flutter/skia/experimental/ffmpeg/
DSkVideoEncoder.cpp209 if (check_err(avformat_write_header(fFormatCtx, nullptr))) { in init()
/third_party/skia/experimental/ffmpeg/
DSkVideoEncoder.cpp208 if (check_err(avformat_write_header(fFormatCtx, nullptr))) { in init()
/third_party/ffmpeg/tools/
Duncoded_frame.c189 if ((ret = avformat_write_header(st->mux, NULL)) < 0) { in main()
/third_party/gstreamer/gst_libav/ext/libav/
Dgstavmux.c679 if (avformat_write_header (ffmpegmux->context, NULL) < 0) { in gst_ffmpegmux_collected()

12