Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/platform/ti-vpe/
Dvpe.c382 struct vpe_ctx { struct
383 struct v4l2_fh fh;
384 struct vpe_dev *dev;
385 struct v4l2_ctrl_handler hdl;
387 unsigned int field; /* current field */
388 unsigned int sequence; /* current frame/field seq */
389 unsigned int aborting; /* abort after next irq */
391 unsigned int bufs_per_job; /* input buffers per batch */
392 unsigned int bufs_completed; /* bufs done in this batch */
417 static struct vpe_q_data *get_q_data(struct vpe_ctx *ctx, in get_q_data() argument