Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/usb/usbvision/
Dusbvision.h302 struct usbvision_frame { struct
304 struct usbvision_frame_header isoc_header; /* Header from stream */ argument
306 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 …]