Searched refs:avformat_alloc_output_context2 (Results 1 - 18 of 18) sorted by relevance
/third_party/ffmpeg/libavdevice/ |
H A D | avdevice.c | 118 if ((ret = avformat_alloc_output_context2(&s, device, device_name, NULL)) < 0) in avdevice_list_output_sinks()
|
/third_party/ffmpeg/libavformat/ |
H A D | movenc_ttml.c | 37 if ((ret = avformat_alloc_output_context2(out_ctx, NULL, in mov_init_ttml_writer()
|
H A D | webm_chunk.c | 75 ret = avformat_alloc_output_context2(&wc->avf, oformat, NULL, NULL); in webm_chunk_init()
|
H A D | img2enc.c | 88 ret = avformat_alloc_output_context2(&fmt, NULL, img->muxer, s->url); in write_muxed_file()
|
H A D | avformat.h | 2037 int avformat_alloc_output_context2(AVFormatContext **ctx, const AVOutputFormat *oformat,
|
H A D | tee.c | 231 ret = avformat_alloc_output_context2(&avf2, NULL, in open_slave()
|
H A D | fifo.c | 490 ret = avformat_alloc_output_context2(&avf2, oformat, NULL, filename); in fifo_mux_init()
|
H A D | segment.c | 152 ret = avformat_alloc_output_context2(&seg->avf, seg->oformat, NULL, NULL); in segment_mux_init()
|
H A D | hlsenc.c | 853 ret = avformat_alloc_output_context2(&vs->avf, vs->oformat, NULL, NULL); in hls_mux_init() 872 ret = avformat_alloc_output_context2(&vs->vtt_avf, vs->vtt_oformat, NULL, NULL); in hls_mux_init()
|
H A D | mux.c | 91 int avformat_alloc_output_context2(AVFormatContext **avctx, const AVOutputFormat *oformat, in avformat_alloc_output_context2() function
|
/third_party/ffmpeg/doc/examples/ |
H A D | remuxing.c | 86 avformat_alloc_output_context2(&ofmt_ctx, NULL, NULL, out_filename); in main()
|
H A D | vaapi_transcode.c | 261 if ((ret = (avformat_alloc_output_context2(&ofmt_ctx, NULL, NULL, argv[3]))) < 0) { in main()
|
H A D | muxing.c | 570 avformat_alloc_output_context2(&oc, NULL, NULL, filename); in main() 573 avformat_alloc_output_context2(&oc, NULL, "mpeg", filename); in main()
|
H A D | transcoding.c | 131 avformat_alloc_output_context2(&ofmt_ctx, NULL, NULL, filename); in open_output_file()
|
/third_party/ffmpeg/libavformat/tests/ |
H A D | fifo_muxer.c | 59 ret = avformat_alloc_output_context2(oc, NULL, "fifo", "-"); in initialize_fifo_tst_muxer_chain()
|
/third_party/ffmpeg/tools/ |
H A D | uncoded_frame.c | 136 ret = avformat_alloc_output_context2(&st->mux, NULL, fmt, dev); in main()
|
/third_party/skia/experimental/ffmpeg/ |
H A D | SkVideoEncoder.cpp | 162 avformat_alloc_output_context2(&fFormatCtx, nullptr, "mp4", nullptr); in init()
|
/third_party/ffmpeg/fftools/ |
H A D | ffmpeg_opt.c | 2456 err = avformat_alloc_output_context2(&oc, NULL, o->format, filename); in open_output_file()
|
Completed in 27 milliseconds