Searched defs:usbvision_frame (Results 1 – 1 of 1) sorted by relevance
298 struct usbvision_frame { struct300 struct usbvision_frame_header isoc_header; /* Header from stream */ argument302 int width; /* Width application is expecting */303 int height; /* Height */304 int index; /* Frame index */305 int frmwidth; /* Width the frame actually is */306 int frmheight; /* Height */308 volatile int grabstate; /* State of grabbing */309 int scanstate; /* State of scanning */311 struct list_head frame;[all …]