Home
last modified time | relevance | path

Searched refs:av_codec_is_decoder (Results 1 – 11 of 11) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dcodec.h401 int av_codec_is_decoder(const AVCodec *codec);
Dv4l2_m2m.c179 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()
Davcodec.c264 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()
Dallcodecs.c948 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()
Dv4l2_context.c117 if (s->avctx && av_codec_is_decoder(s->avctx->codec)) in v4l2_get_framesize_compressed()
Ddecode.c594 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()
Dutils.c79 int av_codec_is_decoder(const AVCodec *codec) in av_codec_is_decoder() function
/third_party/gstreamer/gst_libav/ext/libav/
Dgstavauddec.c803 if (!av_codec_is_decoder (in_plugin) in gst_ffmpegauddec_register()
Dgstavviddec.c2529 if (!av_codec_is_decoder (in_plugin) in gst_ffmpegviddec_register()
/third_party/ffmpeg/fftools/
Dcmdutils.c1501 (encoder ? av_codec_is_encoder(c) : av_codec_is_decoder(c))) in next_codec_for_id()
/third_party/ffmpeg/libavformat/
Dutils.c224 av_codec_is_decoder(probe_codec) && in find_probe_decoder()