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);382 int (*flush)(struct delta_ctx *ctx);[all …]
Completed in 7 milliseconds