Lines Matching defs:usbvision_frame
302 struct usbvision_frame { struct
304 struct usbvision_frame_header isoc_header; /* Header from stream */ argument
306 int width; /* Width application is expecting */
307 int height; /* Height */
308 int index; /* Frame index */
309 int frmwidth; /* Width the frame actually is */
310 int frmheight; /* Height */
312 volatile int grabstate; /* State of grabbing */
313 int scanstate; /* State of scanning */
315 struct list_head frame;
317 int curline; /* Line of frame we're working on */
319 long scanlength; /* uncompressed, raw data length of frame */
320 long bytes_read; /* amount of scanlength that has been read from data */
321 struct usbvision_v4l2_format_st v4l2_format; /* format the user needs*/
322 int v4l2_linesize; /* bytes for one videoline*/
323 struct timeval timestamp;
324 int sequence; /* How many video frames we send to user */