Home
last modified time | relevance | path

Searched defs:rkvdec_coded_fmt_ops (Results 1 – 1 of 1) sorted by relevance

/drivers/media/platform/rockchip/rkvdec/
A Drkvdec.h66 struct rkvdec_coded_fmt_ops { struct
67 int (*adjust_fmt)(struct rkvdec_ctx *ctx,
69 int (*start)(struct rkvdec_ctx *ctx);
70 void (*stop)(struct rkvdec_ctx *ctx);
71 int (*run)(struct rkvdec_ctx *ctx);
72 void (*done)(struct rkvdec_ctx *ctx, struct vb2_v4l2_buffer *src_buf,
97 const struct rkvdec_coded_fmt_ops *ops; argument

Completed in 3 milliseconds