Searched defs:delta_dec (Results 1 – 1 of 1) sorted by relevance
250 struct delta_dec { struct251 const char *name;252 u32 streamformat;253 u32 pixelformat;254 u32 max_width;255 u32 max_height;256 bool pm;261 int (*open)(struct delta_ctx *ctx);262 int (*close)(struct delta_ctx *ctx);277 int (*setup_frame)(struct delta_ctx *ctx, struct delta_frame *frame);[all …]