Home
last modified time | relevance | path

Searched refs:avformat_alloc_context (Results 1 – 25 of 33) sorted by relevance

12

/third_party/ffmpeg/libavformat/
Drtpenc_mpegts.c68 mpegts_ctx = avformat_alloc_context(); in rtp_mpegts_write_header()
102 rtp_ctx = avformat_alloc_context(); in rtp_mpegts_write_header()
Drtpenc_chain.c44 rtpctx = avformat_alloc_context(); in ff_rtp_chain_mux_open()
Doptions.c211 AVFormatContext *avformat_alloc_context(void) in avformat_alloc_context() function
Dsapdec.c158 sap->sdp_ctx = avformat_alloc_context(); in sap_read_header()
Drtpdec_asf.c126 rt->asf_ctx = avformat_alloc_context(); in ff_wms_parse_sdp_a_line()
Drdt.c530 rdt->rmctx = avformat_alloc_context(); in rdt_init()
Davformat.h2030 AVFormatContext *avformat_alloc_context(void);
Dhdsenc.c363 ctx = avformat_alloc_context(); in hds_write_header()
Dsmoothstreamingenc.c322 os->ctx = ctx = avformat_alloc_context(); in ism_write_header()
Dconcatdec.c337 cat->avf = avformat_alloc_context(); in open_file()
Dmpeg.c766 vobsub->sub_ctx = avformat_alloc_context(); in vobsub_read_header()
Dmux.c139 AVFormatContext *s = avformat_alloc_context(); in avformat_alloc_output_context2()
Dmpegtsenc.c1114 ts_st->amux = avformat_alloc_context(); in mpegts_init()
Davidec.c1136 if (!(ast->sub_ctx = avformat_alloc_context())) in read_gab2_sub()
/third_party/ffmpeg/libavdevice/
Dutils.c31 if (!(s = avformat_alloc_context())) in ff_alloc_input_device_context()
/third_party/ffmpeg/doc/examples/
Davio_reading.c86 if (!(fmt_ctx = avformat_alloc_context())) { in main()
Dtranscode_aac.c159 if (!(*output_format_context = avformat_alloc_context())) { in open_output_file()
/third_party/ffmpeg/libavformat/tests/
Dseek.c60 AVFormatContext *ic = avformat_alloc_context(); in main()
Dmovenc.c183 ctx = avformat_alloc_context(); in init_fps()
/third_party/ffmpeg/tools/
Dtarget_dem_fuzzer.c98 AVFormatContext *avfmt = avformat_alloc_context(); in LLVMFuzzerTestOneInput()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/audio/
DFFMpegExtractor.cpp69 *avFormatContext = avformat_alloc_context(); in createAVFormatContext()
/third_party/flutter/skia/experimental/ffmpeg/
DSkVideoDecoder.cpp339 fFormatCtx = avformat_alloc_context(); in loadStream()
/third_party/skia/experimental/ffmpeg/
DSkVideoDecoder.cpp362 fFormatCtx = avformat_alloc_context(); in loadStream()
/third_party/gstreamer/gst_libav/ext/libav/
Dgstavmux.c333 ffmpegmux->context = avformat_alloc_context (); in gst_ffmpegmux_init()
Dgstavdemux.c1409 demux->context = avformat_alloc_context (); in gst_ffmpegdemux_open()

12