Searched defs:usbvision_frame (Results 1 – 1 of 1) sorted by relevance
302 struct usbvision_frame { struct304 struct usbvision_frame_header isoc_header; /* Header from stream */ argument306 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;[all …]