Searched defs:AVHWAccel (Results 1 – 1 of 1) sorted by relevance
2067 typedef struct AVHWAccel { struct2073 const char *name;2080 enum AVMediaType type;2087 enum AVCodecID id;2094 enum AVPixelFormat pix_fmt;2100 int capabilities;2113 int (*alloc_frame)(AVCodecContext *avctx, AVFrame *frame);2129 int (*start_frame)(AVCodecContext *avctx, const uint8_t *buf, uint32_t buf_size);2143 int (*decode_params)(AVCodecContext *avctx, int type, const uint8_t *buf, uint32_t buf_size);2156 int (*decode_slice)(AVCodecContext *avctx, const uint8_t *buf, uint32_t buf_size);[all …]