avcodec_alloc_context3  124 doc/examples/decoding_encoding.c     c = avcodec_alloc_context3(codec);
avcodec_alloc_context3  263 doc/examples/decoding_encoding.c     c = avcodec_alloc_context3(codec);
avcodec_alloc_context3  366 doc/examples/decoding_encoding.c     c = avcodec_alloc_context3(codec);
avcodec_alloc_context3  558 doc/examples/decoding_encoding.c     c = avcodec_alloc_context3(codec);
avcodec_alloc_context3  400 doc/examples/qsvdec.c     decoder_ctx = avcodec_alloc_context3(decoder);
avcodec_alloc_context3  628 ffmpeg_opt.c           ist->dec_ctx = avcodec_alloc_context3(ist->dec);
avcodec_alloc_context3 1105 ffmpeg_opt.c       ost->enc_ctx = avcodec_alloc_context3(ost->enc);
avcodec_alloc_context3 3357 ffserver.c             fst->codec = avcodec_alloc_context3(codec->codec);
avcodec_alloc_context3  810 ffserver_config.c         config->dummy_actx = avcodec_alloc_context3(NULL);
avcodec_alloc_context3  811 ffserver_config.c         config->dummy_vctx = avcodec_alloc_context3(NULL);
avcodec_alloc_context3 1121 ffserver_config.c                 AVCodecContext *audio_enc = avcodec_alloc_context3(avcodec_find_encoder(config->dummy_actx->codec_id));
avcodec_alloc_context3 1128 ffserver_config.c                 AVCodecContext *video_enc = avcodec_alloc_context3(avcodec_find_encoder(config->dummy_vctx->codec_id));
avcodec_alloc_context3 3561 libavcodec/avcodec.h AVCodecContext *avcodec_alloc_context3(const AVCodec *codec);
avcodec_alloc_context3   97 libavcodec/avdct.c     AVCodecContext *avctx = avcodec_alloc_context3(NULL);
avcodec_alloc_context3  192 libavcodec/frame_thread_encoder.c         AVCodecContext *thread_avctx = avcodec_alloc_context3(avctx->codec);
avcodec_alloc_context3  129 libavcodec/motion-test.c     ctx = avcodec_alloc_context3(NULL);
avcodec_alloc_context3 1280 libavcodec/mpegvideo_enc.c     AVCodecContext *c = avcodec_alloc_context3(NULL);
avcodec_alloc_context3  436 libavcodec/options.c     ctx1 = avcodec_alloc_context3(c1);
avcodec_alloc_context3  437 libavcodec/options.c     ctx2 = avcodec_alloc_context3(c2);
avcodec_alloc_context3  108 libavcodec/qsv_h264.c     s->avctx_internal = avcodec_alloc_context3(NULL);
avcodec_alloc_context3  127 libavcodec/smvjpegdec.c     s->avctx = avcodec_alloc_context3(codec);
avcodec_alloc_context3  113 libavfilter/vf_mcdeint.c     mcdeint->enc_ctx = avcodec_alloc_context3(enc);
avcodec_alloc_context3  459 libavfilter/vf_spp.c     spp->avctx = avcodec_alloc_context3(NULL);
avcodec_alloc_context3  341 libavfilter/vf_uspp.c         if (!(uspp->avctx_enc[i] = avcodec_alloc_context3(NULL)))
avcodec_alloc_context3 4528 libavformat/movenc.c     track->enc = avcodec_alloc_context3(NULL);
avcodec_alloc_context3 4640 libavformat/movenc.c     track->enc = avcodec_alloc_context3(NULL);
avcodec_alloc_context3   40 libavformat/movenchint.c     track->enc = avcodec_alloc_context3(NULL);
avcodec_alloc_context3   64 libavformat/mp3dec.c     AVCodecContext *avctx = avcodec_alloc_context3(NULL);
avcodec_alloc_context3 3678 libavformat/utils.c     st->codec = avcodec_alloc_context3(c);