Home
last modified time | relevance | path

Searched defs:AVCodec (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dcodec.h196 typedef struct AVCodec { struct
210 enum AVCodecID id; argument
238 * If non-NULL, this will be the suffix in AVCodec.name in most cases argument
247 } AVCodec; argument
Dallcodecs.c909 static const AVCodec *find_codec(enum AVCodecID id, int (*x)(const AVCodec *)) in find_codec()
940 static const AVCodec *find_codec_by_name(const char *name, int (*x)(const AVCodec *)) in find_codec_by_name()