Home
last modified time | relevance | path

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

/linux-3.3/drivers/media/video/usbvision/
Dusbvision.h309 struct usbvision_frame { struct
311 struct usbvision_frame_header isoc_header; /* Header from stream */ argument
313 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 …]