Lines Matching refs:AVCodec
2 * AVCodec public API
77 * NOTE: For encoders implementing the AVCodec.encode2() function, setting this
194 * AVCodec.
196 typedef struct AVCodec {
238 * If non-NULL, this will be the suffix in AVCodec.name in most cases
239 * (usually AVCodec.name will be of the form "<codec_name>_<wrapper_name>").
247 } AVCodec;
258 const AVCodec *av_codec_iterate(void **opaque);
266 const AVCodec *avcodec_find_decoder(enum AVCodecID id);
274 const AVCodec *avcodec_find_decoder_by_name(const char *name);
282 const AVCodec *avcodec_find_encoder(enum AVCodecID id);
290 const AVCodec *avcodec_find_encoder_by_name(const char *name);
294 int av_codec_is_encoder(const AVCodec *codec);
299 int av_codec_is_decoder(const AVCodec *codec);
308 const char *av_get_profile_name(const AVCodec *codec, int profile);
381 const AVCodecHWConfig *avcodec_get_hw_config(const AVCodec *codec, int index);