Searched refs:avformat_write_header (Results 1 – 25 of 27) sorted by relevance
12
/third_party/ffmpeg/libavformat/tests/ |
D | fifo_muxer.c | 86 ret = avformat_write_header(oc, opts); in fifo_basic_test() 136 ret = avformat_write_header(oc, opts); in fifo_overflow_drop_test()
|
D | movenc.c | 227 if (avformat_write_header(ctx, &opts) < 0) in init_fps()
|
/third_party/ffmpeg/libavformat/ |
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()
|
D | rtpenc_chain.c | 88 ret = avformat_write_header(rtpctx, &opts); in ff_rtp_chain_mux_open()
|
D | segment.c | 274 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()
|
D | img2enc.c | 104 (ret = avformat_write_header(fmt, NULL)) < 0 || in write_muxed_file()
|
D | webm_chunk.c | 161 ret = avformat_write_header(oc, NULL); in webm_chunk_write_header()
|
D | avformat.h | 2448 int avformat_write_header(AVFormatContext *s, AVDictionary **options);
|
D | tee.c | 305 if ((ret = avformat_write_header(avf2, &options)) < 0) { in open_slave()
|
D | fifo.c | 144 ret = avformat_write_header(avf2, &format_options); in fifo_thread_write_header()
|
D | hdsenc.c | 397 if ((ret = avformat_write_header(os->ctx, NULL)) < 0) { in hds_write_header()
|
D | smoothstreamingenc.c | 345 ret = avformat_write_header(ctx, &opts); in ism_write_header()
|
D | mux.c | 506 int avformat_write_header(AVFormatContext *s, AVDictionary **options) function
|
D | hlsenc.c | 1865 err = avformat_write_header(vtt_oc,NULL); 2319 ret = avformat_write_header(vs->avf, NULL);
|
D | mpegtsenc.c | 1131 ret = avformat_write_header(ts_st->amux, NULL); in mpegts_init()
|
D | dashenc.c | 1727 if ((ret = avformat_write_header(os->ctx, NULL)) < 0) in dash_write_header()
|
/third_party/ffmpeg/doc/examples/ |
D | remuxing.c | 134 ret = avformat_write_header(ofmt_ctx, NULL); in main()
|
D | vaapi_transcode.c | 207 if ((ret = avformat_write_header(ofmt_ctx, NULL)) < 0) { in dec_enc()
|
D | transcode_aac.c | 349 if ((error = avformat_write_header(output_format_context, NULL)) < 0) { in write_output_file_header()
|
D | muxing.c | 611 ret = avformat_write_header(oc, &opt); in main()
|
D | transcoding.c | 226 ret = avformat_write_header(ofmt_ctx, NULL); in open_output_file()
|
/third_party/flutter/skia/experimental/ffmpeg/ |
D | SkVideoEncoder.cpp | 209 if (check_err(avformat_write_header(fFormatCtx, nullptr))) { in init()
|
/third_party/skia/experimental/ffmpeg/ |
D | SkVideoEncoder.cpp | 208 if (check_err(avformat_write_header(fFormatCtx, nullptr))) { in init()
|
/third_party/ffmpeg/tools/ |
D | uncoded_frame.c | 189 if ((ret = avformat_write_header(st->mux, NULL)) < 0) { in main()
|
/third_party/gstreamer/gst_libav/ext/libav/ |
D | gstavmux.c | 679 if (avformat_write_header (ffmpegmux->context, NULL) < 0) { in gst_ffmpegmux_collected()
|
12