Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/usb/usbvision/
Dusbvision.h301 struct usbvision_frame { struct
303 struct usbvision_frame_header isoc_header; /* Header from stream */ argument
305 int width; /* Width application is expecting */
306 int height; /* Height */
307 int index; /* Frame index */
308 int frmwidth; /* Width the frame actually is */
309 int frmheight; /* Height */
311 volatile int grabstate; /* State of grabbing */
312 int scanstate; /* State of scanning */
314 struct list_head frame;
[all …]