Home
last modified time | relevance | path

Searched refs:av_write_frame (Results 1 – 16 of 16) sorted by relevance

/third_party/ffmpeg/libavformat/tests/
Dmovenc.c312 av_write_frame(ctx, pkt); in mux_frames()
335 av_write_frame(ctx, pkt); in signal_init_ts()
339 av_write_frame(ctx, pkt); in signal_init_ts()
507 av_write_frame(ctx, NULL); // Force writing the moov in main()
509 av_write_frame(ctx, NULL); in main()
511 av_write_frame(ctx, NULL); in main()
533 av_write_frame(ctx, NULL); in main()
537 av_write_frame(ctx, NULL); in main()
550 av_write_frame(ctx, NULL); // Force writing the moov in main()
554 av_write_frame(ctx, NULL); // Flush the first fragment in main()
[all …]
Dfifo_muxer.c100 ret = av_write_frame(oc, pkt); in fifo_basic_test()
109 ret = av_write_frame(oc, NULL); in fifo_basic_test()
151 ret = av_write_frame(oc, pkt); in fifo_overflow_drop_test()
/third_party/ffmpeg/libavformat/
Drtpenc_mpegts.c149 if ((ret = av_write_frame(chain->mpegts_ctx, pkt)) < 0) in rtp_mpegts_write_packet()
169 ret = av_write_frame(chain->rtp_ctx, local_pkt); in rtp_mpegts_write_packet()
Dwebm_chunk.c198 av_write_frame(oc, NULL); in chunk_end()
247 return av_write_frame(oc, pkt); in webm_chunk_write_packet()
Dfifo.c167 return av_write_frame(avf2, NULL); in fifo_thread_flush_output()
206 ret = av_write_frame(avf2, pkt); in fifo_thread_write_packet()
Dmux.c1212 int av_write_frame(AVFormatContext *s, AVPacket *in) function
1342 else ret = av_write_frame(dst, &local_pkt);
1395 av_write_frame(s, pkt);
Dsegment.c369 av_write_frame(oc, NULL); /* Flush any buffered data (fragmented mp4) */ in segment_end()
832 av_write_frame(oc, NULL); in seg_write_header()
Davformat.h2509 int av_write_frame(AVFormatContext *s, AVPacket *pkt);
Dsmoothstreamingenc.c515 av_write_frame(os->ctx, NULL); in ism_flush()
Dhlsenc.c545 av_write_frame(ctx, NULL); in flush_dynbuf()
2509 av_write_frame(oc, NULL); /* Flush any buffered data */
2763 av_write_frame(oc, NULL); /* Flush any buffered data */
Ddashenc.c466 av_write_frame(os->ctx, NULL); in flush_dynbuf()
2201 ret = av_write_frame(os->ctx, NULL); in dash_write_packet()
Dmpegtsenc.c1769 ret = av_write_frame(ts_st->amux, pkt2); in mpegts_write_packet_internal()
/third_party/ffmpeg/doc/examples/
Dtranscode_aac.c717 (error = av_write_frame(output_format_context, output_packet)) < 0) { in encode_audio_frame()
/third_party/gstreamer/gst_libav/ext/libav/
Dgstavmux.c757 av_write_frame (ffmpegmux->context, &pkt); in gst_ffmpegmux_collected()
/third_party/ffmpeg/doc/
DAPIchanges2224 3c5fe5b / f1caf01 Allow doing av_write_frame(ctx, NULL) for flushing possible
2226 muxers supporting it (av_write_frame makes sure it is called
Dmuxers.texi1505 calling @code{av_write_frame(ctx, NULL)} to write a fragment with