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