Home
last modified time | relevance | path

Searched refs:avcodec_alloc_context3 (Results 1 – 25 of 58) sorted by relevance

123

/third_party/gstreamer/gst_libav/ext/libav/
Dgstavaudenc.c163 ffmpegaudenc->context = avcodec_alloc_context3 (klass->in_plugin); in gst_ffmpegaudenc_init()
164 ffmpegaudenc->refcontext = avcodec_alloc_context3 (klass->in_plugin); in gst_ffmpegaudenc_init()
195 ffmpegaudenc->context = avcodec_alloc_context3 (oclass->in_plugin); in gst_ffmpegaudenc_start()
244 ffmpegaudenc->context = avcodec_alloc_context3 (oclass->in_plugin); in gst_ffmpegaudenc_set_format()
290 ffmpegaudenc->context = avcodec_alloc_context3 (oclass->in_plugin); in gst_ffmpegaudenc_set_format()
315 ffmpegaudenc->context = avcodec_alloc_context3 (oclass->in_plugin); in gst_ffmpegaudenc_set_format()
334 ffmpegaudenc->context = avcodec_alloc_context3 (oclass->in_plugin); in gst_ffmpegaudenc_set_format()
Dgstavvidenc.c211 ffmpegenc->context = avcodec_alloc_context3 (klass->in_plugin); in gst_ffmpegvidenc_init()
212 ffmpegenc->refcontext = avcodec_alloc_context3 (klass->in_plugin); in gst_ffmpegvidenc_init()
252 ffmpegenc->context = avcodec_alloc_context3 (oclass->in_plugin); in gst_ffmpegvidenc_set_format()
458 ffmpegenc->context = avcodec_alloc_context3 (oclass->in_plugin); in gst_ffmpegvidenc_set_format()
918 ffmpegenc->context = avcodec_alloc_context3 (oclass->in_plugin); in gst_ffmpegvidenc_start()
Dgstavauddec.c151 ffmpegdec->context = avcodec_alloc_context3 (klass->in_plugin); in gst_ffmpegauddec_init()
195 ffmpegdec->context = avcodec_alloc_context3 (oclass->in_plugin); in gst_ffmpegauddec_close()
216 ffmpegdec->context = avcodec_alloc_context3 (oclass->in_plugin); in gst_ffmpegauddec_start()
/third_party/ffmpeg/libavcodec/
Dimm5.c60 ctx->h264_avctx = avcodec_alloc_context3(codec); in imm5_init()
73 ctx->hevc_avctx = avcodec_alloc_context3(codec); in imm5_init()
Dremove_extradata_bsf.c73 s->avctx = avcodec_alloc_context3(NULL); in remove_extradata_init()
Davdct.c90 AVCodecContext *avctx = avcodec_alloc_context3(NULL); in avcodec_dct_init()
/third_party/ffmpeg/doc/examples/
Dvaapi_transcode.c88 if (!(decoder_ctx = avcodec_alloc_context3(decoder))) in open_input_file()
267 if (!(encoder_ctx = avcodec_alloc_context3(enc_codec))) { in main()
Ddecode_video.c125 c = avcodec_alloc_context3(codec); in main()
Dextract_mvs.c93 dec_ctx = avcodec_alloc_context3(dec); in open_codec_context()
Dencode_video.c94 c = avcodec_alloc_context3(codec); in main()
Dencode_audio.c148 c = avcodec_alloc_context3(codec); in main()
Dtranscode_aac.c99 avctx = avcodec_alloc_context3(input_codec); in open_input_file()
193 avctx = avcodec_alloc_context3(output_codec); in open_output_file()
Ddecode_audio.c144 c = avcodec_alloc_context3(codec); in main()
Dhw_decode.c208 if (!(decoder_ctx = avcodec_alloc_context3(decoder))) in main()
Dvaapi_encode.c143 if (!(avctx = avcodec_alloc_context3(codec))) { in main()
Dfiltering_video.c78 dec_ctx = avcodec_alloc_context3(dec); in open_input_file()
Dqsvdec.c194 decoder_ctx = avcodec_alloc_context3(decoder); in main()
/third_party/ffmpeg/tests/api/
Dapi-flac-test.c61 ctx = avcodec_alloc_context3(enc); in init_encoder()
87 ctx = avcodec_alloc_context3(dec); in init_decoder()
Dapi-h264-test.c74 ctx = avcodec_alloc_context3(codec); in video_decode_example()
Dapi-h264-slice-test.c150 if (!(c = avcodec_alloc_context3(codec))) { in main()
/third_party/ffmpeg/libavfilter/
Dlavfutils.c59 codec_ctx = avcodec_alloc_context3(codec); in ff_load_image()
/third_party/ffmpeg/libavcodec/tests/
Dmotion.c129 ctx = avcodec_alloc_context3(NULL); in main()
/third_party/ffmpeg/libavformat/
Doggparseflac.c97 avctx = avcodec_alloc_context3(NULL); in old_flac_header()
/third_party/ffmpeg/tools/
Dtarget_dec_fuzzer.c208 AVCodecContext* ctx = avcodec_alloc_context3(c); in LLVMFuzzerTestOneInput()
209 AVCodecContext* parser_avctx = avcodec_alloc_context3(NULL); in LLVMFuzzerTestOneInput()
Dvenc_data_dump.c92 *dec = avcodec_alloc_context3(codec); in decoder_init()

123