Searched refs:avcodec_alloc_context3 (Results 1 – 25 of 58) sorted by relevance
123
163 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()
211 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()
151 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()
60 ctx->h264_avctx = avcodec_alloc_context3(codec); in imm5_init()73 ctx->hevc_avctx = avcodec_alloc_context3(codec); in imm5_init()
73 s->avctx = avcodec_alloc_context3(NULL); in remove_extradata_init()
90 AVCodecContext *avctx = avcodec_alloc_context3(NULL); in avcodec_dct_init()
88 if (!(decoder_ctx = avcodec_alloc_context3(decoder))) in open_input_file()267 if (!(encoder_ctx = avcodec_alloc_context3(enc_codec))) { in main()
125 c = avcodec_alloc_context3(codec); in main()
93 dec_ctx = avcodec_alloc_context3(dec); in open_codec_context()
94 c = avcodec_alloc_context3(codec); in main()
148 c = avcodec_alloc_context3(codec); in main()
99 avctx = avcodec_alloc_context3(input_codec); in open_input_file()193 avctx = avcodec_alloc_context3(output_codec); in open_output_file()
144 c = avcodec_alloc_context3(codec); in main()
208 if (!(decoder_ctx = avcodec_alloc_context3(decoder))) in main()
143 if (!(avctx = avcodec_alloc_context3(codec))) { in main()
78 dec_ctx = avcodec_alloc_context3(dec); in open_input_file()
194 decoder_ctx = avcodec_alloc_context3(decoder); in main()
61 ctx = avcodec_alloc_context3(enc); in init_encoder()87 ctx = avcodec_alloc_context3(dec); in init_decoder()
74 ctx = avcodec_alloc_context3(codec); in video_decode_example()
150 if (!(c = avcodec_alloc_context3(codec))) { in main()
59 codec_ctx = avcodec_alloc_context3(codec); in ff_load_image()
129 ctx = avcodec_alloc_context3(NULL); in main()
97 avctx = avcodec_alloc_context3(NULL); in old_flac_header()
208 AVCodecContext* ctx = avcodec_alloc_context3(c); in LLVMFuzzerTestOneInput()209 AVCodecContext* parser_avctx = avcodec_alloc_context3(NULL); in LLVMFuzzerTestOneInput()
92 *dec = avcodec_alloc_context3(codec); in decoder_init()