Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/usb/usbvision/
Dusbvision.h287 struct usbvision_frame { struct
289 struct usbvision_frame_header isoc_header; /* Header from stream */ argument
291 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 …]