Lines Matching refs:delta_ctx
224 struct delta_ctx;
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);
433 struct delta_ctx { struct
555 int delta_get_frameinfo_default(struct delta_ctx *ctx,
557 int delta_recycle_default(struct delta_ctx *pctx,
560 int delta_get_free_frame(struct delta_ctx *ctx,
563 int delta_get_sync(struct delta_ctx *ctx);
564 void delta_put_autosuspend(struct delta_ctx *ctx);