Home
last modified time | relevance | path

Searched refs:delta_ctx (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/media/platform/st/sti/delta/
H A Ddelta.h224 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);
[all …]
H A Ddelta-mem.h10 int hw_alloc(struct delta_ctx *ctx, u32 size, const char *name,
12 void hw_free(struct delta_ctx *ctx, struct delta_buf *buf);
H A Ddelta-mem.c10 int hw_alloc(struct delta_ctx *ctx, u32 size, const char *name, in hw_alloc()
41 void hw_free(struct delta_ctx *ctx, struct delta_buf *buf) in hw_free()
H A Ddelta-mjpeg-hdr.c40 static int delta_mjpeg_read_sof(struct delta_ctx *pctx, in delta_mjpeg_read_sof()
83 int delta_mjpeg_read_header(struct delta_ctx *pctx, in delta_mjpeg_read_header()
H A Ddelta-ipc.c27 #define to_pctx(ctx) container_of(ctx, struct delta_ctx, ipc_ctx)
110 int delta_ipc_open(struct delta_ctx *pctx, const char *name, in delta_ipc_open()
231 struct delta_ctx *pctx = to_pctx(ctx); in delta_ipc_set_stream()
322 struct delta_ctx *pctx = to_pctx(ctx); in delta_ipc_decode()
435 struct delta_ctx *pctx = to_pctx(ctx); in delta_ipc_close()
H A Ddelta-debug.h16 void delta_trace_summary(struct delta_ctx *ctx);
H A Ddelta-mjpeg.h30 int delta_mjpeg_read_header(struct delta_ctx *pctx,
H A Ddelta-ipc.h38 int delta_ipc_open(struct delta_ctx *ctx, const char *name,