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