Lines Matching defs:delta_dec
250 struct delta_dec { struct
251 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);
292 int (*get_streaminfo)(struct delta_ctx *ctx,
302 int (*get_frameinfo)(struct delta_ctx *ctx,
314 int (*set_frameinfo)(struct delta_ctx *ctx,
333 int (*decode)(struct delta_ctx *ctx, struct delta_au *au);
352 int (*get_frame)(struct delta_ctx *ctx, struct delta_frame **frame);
370 int (*recycle)(struct delta_ctx *ctx, struct delta_frame *frame);
382 int (*flush)(struct delta_ctx *ctx);
394 int (*drain)(struct delta_ctx *ctx);