Searched defs:usbvision_frame (Results 1 – 1 of 1) sorted by relevance
287 struct usbvision_frame { struct289 struct usbvision_frame_header isoc_header; /* Header from stream */ argument291 int width; /* Width application is expecting */292 int height; /* Height */293 int index; /* Frame index */294 int frmwidth; /* Width the frame actually is */295 int frmheight; /* Height */297 volatile int grabstate; /* State of grabbing */298 int scanstate; /* State of scanning */300 struct list_head frame;[all …]