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