Searched defs:rkvdec_coded_fmt_ops (Results 1 – 1 of 1) sorted by relevance
66 struct rkvdec_coded_fmt_ops { struct67 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 4 milliseconds