avcodec_find_decoder 1437 cmdutils.c             printf(avcodec_find_decoder(desc->id) ? "D" : ".");
avcodec_find_decoder 1991 cmdutils.c                                           : avcodec_find_decoder(codec_id);
avcodec_find_decoder  257 doc/examples/decoding_encoding.c     codec = avcodec_find_decoder(AV_CODEC_ID_MP2);
avcodec_find_decoder  552 doc/examples/decoding_encoding.c     codec = avcodec_find_decoder(AV_CODEC_ID_MPEG1VIDEO);
avcodec_find_decoder  174 doc/examples/demuxing_decoding.c         dec = avcodec_find_decoder(dec_ctx->codec_id);
avcodec_find_decoder   92 doc/examples/extract_mvs.c         dec = avcodec_find_decoder(dec_ctx->codec_id);
avcodec_find_decoder   94 doc/examples/transcode_aac.c     if (!(input_codec = avcodec_find_decoder((*input_format_context)->streams[0]->codec->codec_id))) {
avcodec_find_decoder   75 doc/examples/transcoding.c                     avcodec_find_decoder(codec_ctx->codec_id), NULL);
avcodec_find_decoder  544 ffmpeg_opt.c                             avcodec_find_decoder(desc->id);
avcodec_find_decoder  571 ffmpeg_opt.c           return avcodec_find_decoder(st->codec->codec_id);
avcodec_find_decoder  643 ffmpeg_opt.c                   ist->dec = avcodec_find_decoder(dec->codec_id);
avcodec_find_decoder  714 ffmpeg_opt.c                   ist->dec = avcodec_find_decoder(dec->codec_id);
avcodec_find_decoder 2664 ffplay.c           codec = avcodec_find_decoder(avctx->codec_id);
avcodec_find_decoder 2435 ffprobe.c              } else if (!(codec = avcodec_find_decoder(stream->codec->codec_id))) {
avcodec_find_decoder 3949 libavcodec/avcodec.h AVCodec *avcodec_find_decoder(enum AVCodecID id);
avcodec_find_decoder  121 libavcodec/smvjpegdec.c     codec = avcodec_find_decoder(AV_CODEC_ID_MJPEG);
avcodec_find_decoder 1460 libavcodec/utils.c         codec2 = av_codec_is_encoder(codec) ? avcodec_find_encoder(codec->id) : avcodec_find_decoder(codec->id);
avcodec_find_decoder 2964 libavcodec/utils.c     codec = avcodec_find_decoder(id);
avcodec_find_decoder 3013 libavcodec/utils.c                         avcodec_find_decoder(enc->codec_id);
avcodec_find_decoder 3734 libavcodec/utils.c     AVCodec *c= avcodec_find_decoder(codec_id);
avcodec_find_decoder  366 libavdevice/dshow.c                     AVCodec *codec = avcodec_find_decoder(codec_id);
avcodec_find_decoder   53 libavfilter/lavfutils.c     codec = avcodec_find_decoder(codec_ctx->codec_id);
avcodec_find_decoder  151 libavfilter/src_movie.c     codec = avcodec_find_decoder(st->st->codec->codec_id);
avcodec_find_decoder  379 libavfilter/vf_subtitles.c     dec = avcodec_find_decoder(dec_ctx->codec_id);
avcodec_find_decoder  254 libavformat/rtsp.c     c = avcodec_find_decoder(codec->codec_id);
avcodec_find_decoder  166 libavformat/utils.c     return avcodec_find_decoder(codec_id);