Home
last modified time | relevance | path

Searched defs:usbvision_frame (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/media/usb/usbvision/
Dusbvision.h298 struct usbvision_frame { struct
300 struct usbvision_frame_header isoc_header; /* Header from stream */ argument
302 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 …]