av_codec_is_decoder 1502 fftools/cmdutils.c             (encoder ? av_codec_is_encoder(c) : av_codec_is_decoder(c)))
av_codec_is_decoder  921 libavcodec/allcodecs.c     return find_codec(id, av_codec_is_decoder);
av_codec_is_decoder  949 libavcodec/allcodecs.c     return find_codec_by_name(name, av_codec_is_decoder);
av_codec_is_decoder  383 libavcodec/codec.h int av_codec_is_decoder(const AVCodec *codec);
av_codec_is_decoder  591 libavcodec/decode.c     if (!avcodec_is_open(avctx) || !av_codec_is_decoder(avctx->codec))
av_codec_is_decoder  656 libavcodec/decode.c     if (!avcodec_is_open(avctx) || !av_codec_is_decoder(avctx->codec))
av_codec_is_decoder  657 libavcodec/utils.c     if (av_codec_is_decoder(codec))
av_codec_is_decoder  724 libavcodec/utils.c     if (av_codec_is_decoder(avctx->codec)) {
av_codec_is_decoder  936 libavcodec/utils.c     if (av_codec_is_decoder(avctx->codec)) {
av_codec_is_decoder 1095 libavcodec/utils.c     if (av_codec_is_decoder(avctx->codec))
av_codec_is_decoder  117 libavcodec/v4l2_context.c     if (s->avctx && av_codec_is_decoder(s->avctx->codec))
av_codec_is_decoder  179 libavcodec/v4l2_m2m.c     if (s->avctx && !av_codec_is_decoder(s->avctx->codec)) {
av_codec_is_decoder  310 libavcodec/v4l2_m2m.c     if (s->avctx && !av_codec_is_decoder(s->avctx->codec)) {
av_codec_is_decoder  223 libavformat/utils.c                     av_codec_is_decoder(probe_codec) &&