Home
last modified time | relevance | path

Searched refs:avformat_alloc_output_context2 (Results 1 - 18 of 18) sorted by relevance

/third_party/ffmpeg/libavdevice/
H A Davdevice.c118 if ((ret = avformat_alloc_output_context2(&s, device, device_name, NULL)) < 0) in avdevice_list_output_sinks()
/third_party/ffmpeg/libavformat/
H A Dmovenc_ttml.c37 if ((ret = avformat_alloc_output_context2(out_ctx, NULL, in mov_init_ttml_writer()
H A Dwebm_chunk.c75 ret = avformat_alloc_output_context2(&wc->avf, oformat, NULL, NULL); in webm_chunk_init()
H A Dimg2enc.c88 ret = avformat_alloc_output_context2(&fmt, NULL, img->muxer, s->url); in write_muxed_file()
H A Davformat.h2037 int avformat_alloc_output_context2(AVFormatContext **ctx, const AVOutputFormat *oformat,
H A Dtee.c231 ret = avformat_alloc_output_context2(&avf2, NULL, in open_slave()
H A Dfifo.c490 ret = avformat_alloc_output_context2(&avf2, oformat, NULL, filename); in fifo_mux_init()
H A Dsegment.c152 ret = avformat_alloc_output_context2(&seg->avf, seg->oformat, NULL, NULL); in segment_mux_init()
H A Dhlsenc.c853 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 Dmux.c91 int avformat_alloc_output_context2(AVFormatContext **avctx, const AVOutputFormat *oformat, in avformat_alloc_output_context2() function
/third_party/ffmpeg/doc/examples/
H A Dremuxing.c86 avformat_alloc_output_context2(&ofmt_ctx, NULL, NULL, out_filename); in main()
H A Dvaapi_transcode.c261 if ((ret = (avformat_alloc_output_context2(&ofmt_ctx, NULL, NULL, argv[3]))) < 0) { in main()
H A Dmuxing.c570 avformat_alloc_output_context2(&oc, NULL, NULL, filename); in main()
573 avformat_alloc_output_context2(&oc, NULL, "mpeg", filename); in main()
H A Dtranscoding.c131 avformat_alloc_output_context2(&ofmt_ctx, NULL, NULL, filename); in open_output_file()
/third_party/ffmpeg/libavformat/tests/
H A Dfifo_muxer.c59 ret = avformat_alloc_output_context2(oc, NULL, "fifo", "-"); in initialize_fifo_tst_muxer_chain()
/third_party/ffmpeg/tools/
H A Duncoded_frame.c136 ret = avformat_alloc_output_context2(&st->mux, NULL, fmt, dev); in main()
/third_party/skia/experimental/ffmpeg/
H A DSkVideoEncoder.cpp162 avformat_alloc_output_context2(&fFormatCtx, nullptr, "mp4", nullptr); in init()
/third_party/ffmpeg/fftools/
H A Dffmpeg_opt.c2456 err = avformat_alloc_output_context2(&oc, NULL, o->format, filename); in open_output_file()

Completed in 27 milliseconds