Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/platform/ti-vpe/
Dvpe.c374 struct vpe_ctx { struct
375 struct v4l2_fh fh;
376 struct vpe_dev *dev;
377 struct v4l2_ctrl_handler hdl;
379 unsigned int field; /* current field */
380 unsigned int sequence; /* current frame/field seq */
381 unsigned int aborting; /* abort after next irq */
383 unsigned int bufs_per_job; /* input buffers per batch */
384 unsigned int bufs_completed; /* bufs done in this batch */
409 static struct vpe_q_data *get_q_data(struct vpe_ctx *ctx, in get_q_data() argument