Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/ti-vpe/
Dvpe.c396 struct vpe_ctx { struct
397 struct v4l2_fh fh;
398 struct vpe_dev *dev;
399 struct v4l2_ctrl_handler hdl;
401 unsigned int field; /* current field */
402 unsigned int sequence; /* current frame/field seq */
403 unsigned int aborting; /* abort after next irq */
405 unsigned int bufs_per_job; /* input buffers per batch */
406 unsigned int bufs_completed; /* bufs done in this batch */
431 static struct vpe_q_data *get_q_data(struct vpe_ctx *ctx, in get_q_data() argument