avcodec_find_encoder  142 doc/examples/encode_audio.c     codec = avcodec_find_encoder(AV_CODEC_ID_MP2);
avcodec_find_encoder  131 doc/examples/muxing.c     *codec = avcodec_find_encoder(codec_id);
avcodec_find_encoder  181 doc/examples/transcode_aac.c     if (!(output_codec = avcodec_find_encoder(AV_CODEC_ID_AAC))) {
avcodec_find_encoder  141 doc/examples/transcoding.c             encoder = avcodec_find_encoder(dec_ctx->codec_id);
avcodec_find_encoder 1576 fftools/cmdutils.c         printf(avcodec_find_encoder(desc->id) ? "E" : ".");
avcodec_find_encoder 2115 fftools/cmdutils.c         codec            = s->oformat ? avcodec_find_encoder(codec_id)
avcodec_find_encoder  730 fftools/ffmpeg_opt.c         codec = encoder ? avcodec_find_encoder(desc->id) :
avcodec_find_encoder 1384 fftools/ffmpeg_opt.c             ost->enc = avcodec_find_encoder(ost->st->codecpar->codec_id);
avcodec_find_encoder 2253 fftools/ffmpeg_opt.c         if (!o->subtitle_disable && (avcodec_find_encoder(oc->oformat->subtitle_codec) || subtitle_codec_name)) {
avcodec_find_encoder 2260 fftools/ffmpeg_opt.c                         avcodec_find_encoder(oc->oformat->subtitle_codec);
avcodec_find_encoder  366 libavcodec/codec.h AVCodec *avcodec_find_encoder(enum AVCodecID id);
avcodec_find_encoder 1368 libavcodec/mpegvideo_enc.c     const AVCodec *codec = avcodec_find_encoder(s->avctx->codec_id);
avcodec_find_encoder  699 libavcodec/utils.c         codec2 = av_codec_is_encoder(codec) ? avcodec_find_encoder(codec->id) : avcodec_find_decoder(codec->id);
avcodec_find_encoder 1198 libavcodec/utils.c     codec = avcodec_find_encoder(id);
avcodec_find_encoder  110 libavfilter/vf_mcdeint.c     if (!(enc = avcodec_find_encoder(AV_CODEC_ID_SNOW))) {
avcodec_find_encoder  319 libavfilter/vf_uspp.c     AVCodec *enc = avcodec_find_encoder(AV_CODEC_ID_SNOW);
avcodec_find_encoder  248 tests/api/api-flac-test.c     enc = avcodec_find_encoder(AV_CODEC_ID_FLAC);