Searched refs:delta_ctx (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/media/platform/st/sti/delta/ |
| H A D | delta.h | 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); [all …]
|
| H A D | delta-mem.h | 10 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 D | delta-mem.c | 10 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 D | delta-mjpeg-hdr.c | 40 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 D | delta-ipc.c | 27 #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 D | delta-debug.h | 16 void delta_trace_summary(struct delta_ctx *ctx);
|
| H A D | delta-mjpeg.h | 30 int delta_mjpeg_read_header(struct delta_ctx *pctx,
|
| H A D | delta-ipc.h | 38 int delta_ipc_open(struct delta_ctx *ctx, const char *name,
|