avcodec_alloc_context3  144 doc/examples/decode_audio.c     c = avcodec_alloc_context3(codec);
avcodec_alloc_context3  125 doc/examples/decode_video.c     c = avcodec_alloc_context3(codec);
avcodec_alloc_context3  173 doc/examples/demuxing_decoding.c         *dec_ctx = avcodec_alloc_context3(dec);
avcodec_alloc_context3  148 doc/examples/encode_audio.c     c = avcodec_alloc_context3(codec);
avcodec_alloc_context3   94 doc/examples/encode_video.c     c = avcodec_alloc_context3(codec);
avcodec_alloc_context3   93 doc/examples/extract_mvs.c         dec_ctx = avcodec_alloc_context3(dec);
avcodec_alloc_context3   73 doc/examples/filtering_audio.c     dec_ctx = avcodec_alloc_context3(dec);
avcodec_alloc_context3   78 doc/examples/filtering_video.c     dec_ctx = avcodec_alloc_context3(dec);
avcodec_alloc_context3  208 doc/examples/hw_decode.c     if (!(decoder_ctx = avcodec_alloc_context3(decoder)))
avcodec_alloc_context3  144 doc/examples/muxing.c     c = avcodec_alloc_context3(*codec);
avcodec_alloc_context3  194 doc/examples/qsvdec.c     decoder_ctx = avcodec_alloc_context3(decoder);
avcodec_alloc_context3   99 doc/examples/transcode_aac.c     avctx = avcodec_alloc_context3(input_codec);
avcodec_alloc_context3  193 doc/examples/transcode_aac.c     avctx = avcodec_alloc_context3(output_codec);
avcodec_alloc_context3   81 doc/examples/transcoding.c         codec_ctx = avcodec_alloc_context3(dec);
avcodec_alloc_context3  146 doc/examples/transcoding.c             enc_ctx = avcodec_alloc_context3(encoder);
avcodec_alloc_context3  143 doc/examples/vaapi_encode.c     if (!(avctx = avcodec_alloc_context3(codec))) {
avcodec_alloc_context3   88 doc/examples/vaapi_transcode.c     if (!(decoder_ctx = avcodec_alloc_context3(decoder)))
avcodec_alloc_context3  264 doc/examples/vaapi_transcode.c     if (!(encoder_ctx = avcodec_alloc_context3(enc_codec))) {
avcodec_alloc_context3  831 fftools/ffmpeg_opt.c         ist->dec_ctx = avcodec_alloc_context3(ist->dec);
avcodec_alloc_context3 1445 fftools/ffmpeg_opt.c     ost->enc_ctx = avcodec_alloc_context3(ost->enc);
avcodec_alloc_context3 2591 fftools/ffplay.c     avctx = avcodec_alloc_context3(NULL);
avcodec_alloc_context3 2937 fftools/ffprobe.c             ist->dec_ctx = avcodec_alloc_context3(codec);
avcodec_alloc_context3 2767 libavcodec/avcodec.h AVCodecContext *avcodec_alloc_context3(const AVCodec *codec);
avcodec_alloc_context3   90 libavcodec/avdct.c     AVCodecContext *avctx = avcodec_alloc_context3(NULL);
avcodec_alloc_context3   56 libavcodec/avrndec.c         a->mjpeg_avctx = avcodec_alloc_context3(codec);
avcodec_alloc_context3  199 libavcodec/frame_thread_encoder.c         AVCodecContext *thread_avctx = avcodec_alloc_context3(avctx->codec);
avcodec_alloc_context3   60 libavcodec/imm5.c     ctx->h264_avctx = avcodec_alloc_context3(codec);
avcodec_alloc_context3   73 libavcodec/imm5.c     ctx->hevc_avctx = avcodec_alloc_context3(codec);
avcodec_alloc_context3 1429 libavcodec/mpegvideo_enc.c         c = avcodec_alloc_context3(NULL);
avcodec_alloc_context3   73 libavcodec/remove_extradata_bsf.c         s->avctx = avcodec_alloc_context3(NULL);
avcodec_alloc_context3  128 libavcodec/smvjpegdec.c     s->avctx = avcodec_alloc_context3(codec);
avcodec_alloc_context3  121 libavcodec/tdsc.c     ctx->jpeg_avctx = avcodec_alloc_context3(codec);
avcodec_alloc_context3  129 libavcodec/tests/motion.c     ctx = avcodec_alloc_context3(NULL);
avcodec_alloc_context3  144 libavcodec/tests/options.c     ctx1 = avcodec_alloc_context3(c1);
avcodec_alloc_context3  145 libavcodec/tests/options.c     ctx2 = avcodec_alloc_context3(c2);
avcodec_alloc_context3 2152 libavcodec/tiff.c     s->avctx_mjpeg = avcodec_alloc_context3(codec);
avcodec_alloc_context3   60 libavfilter/lavfutils.c     codec_ctx = avcodec_alloc_context3(codec);
avcodec_alloc_context3  167 libavfilter/src_movie.c     st->codec_ctx = avcodec_alloc_context3(codec);
avcodec_alloc_context3  115 libavfilter/vf_mcdeint.c     mcdeint->enc_ctx = avcodec_alloc_context3(enc);
avcodec_alloc_context3  400 libavfilter/vf_subtitles.c     dec_ctx = avcodec_alloc_context3(dec);
avcodec_alloc_context3  350 libavfilter/vf_uspp.c         if (!(uspp->avctx_enc[i] = avcodec_alloc_context3(NULL)))
avcodec_alloc_context3 1539 libavformat/dashenc.c             os->parser_avctx = avcodec_alloc_context3(NULL);
avcodec_alloc_context3  493 libavformat/dump.c     avctx = avcodec_alloc_context3(NULL);
avcodec_alloc_context3   97 libavformat/oggparseflac.c     avctx = avcodec_alloc_context3(NULL);
avcodec_alloc_context3 4546 libavformat/utils.c     st->codec = avcodec_alloc_context3(c);
avcodec_alloc_context3 4563 libavformat/utils.c     st->internal->avctx = avcodec_alloc_context3(NULL);
avcodec_alloc_context3  111 tests/api/api-band-test.c     ctx = avcodec_alloc_context3(codec);
avcodec_alloc_context3   61 tests/api/api-flac-test.c     ctx = avcodec_alloc_context3(enc);
avcodec_alloc_context3   87 tests/api/api-flac-test.c     ctx = avcodec_alloc_context3(dec);
avcodec_alloc_context3  150 tests/api/api-h264-slice-test.c     if (!(c = avcodec_alloc_context3(codec))) {
avcodec_alloc_context3   76 tests/api/api-h264-test.c     ctx = avcodec_alloc_context3(codec);
avcodec_alloc_context3  227 tests/api/api-seek-test.c     ctx = avcodec_alloc_context3(codec);
avcodec_alloc_context3  185 tools/target_dec_fuzzer.c     AVCodecContext* ctx = avcodec_alloc_context3(c);
avcodec_alloc_context3  186 tools/target_dec_fuzzer.c     AVCodecContext* parser_avctx = avcodec_alloc_context3(NULL);
avcodec_alloc_context3   92 tools/venc_data_dump.c     *dec = avcodec_alloc_context3(codec);