Searched defs:AVCodec (Results 1 – 2 of 2) sorted by relevance
197 typedef struct AVCodec { struct211 enum AVCodecID id; argument233 * If non-NULL, this will be the suffix in AVCodec.name in most cases argument247 struct AVCodec *next; argument260 int (*update_thread_context)(struct AVCodecContext *dst, const struct AVCodecContext *src); argument266 const AVCodecDefault *defaults; argument274 void (*init_static_data)(struct AVCodec *codec); argument276 int (*init)(struct AVCodecContext *); argument277 int (*encode_sub)(struct AVCodecContext *, uint8_t *buf, int buf_size, argument289 int (*encode2)(struct AVCodecContext *avctx, struct AVPacket *avpkt, argument[all …]
920 static AVCodec *find_codec(enum AVCodecID id, int (*x)(const AVCodec *)) in find_codec()951 static AVCodec *find_codec_by_name(const char *name, int (*x)(const AVCodec *)) in find_codec_by_name()