Lines Matching defs:usbvision_frame
287 struct usbvision_frame { struct
289 struct usbvision_frame_header isoc_header; /* Header from stream */ argument
291 int width; /* Width application is expecting */
292 int height; /* Height */
293 int index; /* Frame index */
294 int frmwidth; /* Width the frame actually is */
295 int frmheight; /* Height */
297 volatile int grabstate; /* State of grabbing */
298 int scanstate; /* State of scanning */
300 struct list_head frame;
302 int curline; /* Line of frame we're working on */
304 long scanlength; /* uncompressed, raw data length of frame */
305 long bytes_read; /* amount of scanlength that has been read from data */
306 struct usbvision_v4l2_format_st v4l2_format; /* format the user needs*/
307 int v4l2_linesize; /* bytes for one videoline*/
308 u64 ts;
309 int sequence; /* How many video frames we send to user */