Searched defs:AVCodec (Results 1 – 2 of 2) sorted by relevance
190 typedef struct AVCodec { struct204 enum AVCodecID id; argument226 * If non-NULL, this will be the suffix in AVCodec.name in most cases argument239 struct AVCodec *next; argument251 int (*update_thread_context)(struct AVCodecContext *dst, const struct AVCodecContext *src); argument257 const AVCodecDefault *defaults; argument265 void (*init_static_data)(struct AVCodec *codec); argument267 int (*init)(struct AVCodecContext *); argument268 int (*encode_sub)(struct AVCodecContext *, uint8_t *buf, int buf_size, argument280 int (*encode2)(struct AVCodecContext *avctx, struct AVPacket *avpkt, argument[all …]
893 static AVCodec *find_codec(enum AVCodecID id, int (*x)(const AVCodec *)) in find_codec()924 static AVCodec *find_codec_by_name(const char *name, int (*x)(const AVCodec *)) in find_codec_by_name()