Searched refs:av_codec_is_decoder (Results 1 – 11 of 11) sorted by relevance
401 int av_codec_is_decoder(const AVCodec *codec);
179 if (s->avctx && !av_codec_is_decoder(s->avctx->codec)) { in v4l2_configure_contexts()310 if (s->avctx && !av_codec_is_decoder(s->avctx->codec)) { in ff_v4l2_m2m_codec_full_reinit()
264 if (av_codec_is_decoder(codec) && in avcodec_open2()361 if (av_codec_is_decoder(avctx->codec)) { in avcodec_open2()540 if (av_codec_is_decoder(avctx->codec)) in avcodec_flush_buffers()
948 return find_codec(id, av_codec_is_decoder); in avcodec_find_decoder()976 return find_codec_by_name(name, av_codec_is_decoder); in avcodec_find_decoder_by_name()
117 if (s->avctx && av_codec_is_decoder(s->avctx->codec)) in v4l2_get_framesize_compressed()
594 if (!avcodec_is_open(avctx) || !av_codec_is_decoder(avctx->codec)) in avcodec_send_packet()659 if (!avcodec_is_open(avctx) || !av_codec_is_decoder(avctx->codec)) in avcodec_receive_frame()
79 int av_codec_is_decoder(const AVCodec *codec) in av_codec_is_decoder() function
803 if (!av_codec_is_decoder (in_plugin) in gst_ffmpegauddec_register()
2529 if (!av_codec_is_decoder (in_plugin) in gst_ffmpegviddec_register()
1501 (encoder ? av_codec_is_encoder(c) : av_codec_is_decoder(c))) in next_codec_for_id()
224 av_codec_is_decoder(probe_codec) && in find_probe_decoder()