Linux Kernel
3.7.1
|
#include <usbvision.h>
Data Fields | |
unsigned char | magic_1 |
unsigned char | magic_2 |
unsigned char | header_length |
unsigned char | frame_num |
unsigned char | frame_phase |
unsigned char | frame_latency |
unsigned char | data_format |
unsigned char | format_param |
unsigned char | frame_width_lo |
unsigned char | frame_width_hi |
unsigned char | frame_height_lo |
unsigned char | frame_height_hi |
__u16 | frame_width |
__u16 | frame_height |
Definition at line 292 of file usbvision.h.
unsigned char data_format |
Definition at line 299 of file usbvision.h.
unsigned char format_param |
Definition at line 300 of file usbvision.h.
__u16 frame_height |
Definition at line 306 of file usbvision.h.
unsigned char frame_height_hi |
Definition at line 304 of file usbvision.h.
unsigned char frame_height_lo |
Definition at line 303 of file usbvision.h.
unsigned char frame_latency |
Definition at line 298 of file usbvision.h.
unsigned char frame_num |
Definition at line 296 of file usbvision.h.
unsigned char frame_phase |
Definition at line 297 of file usbvision.h.
__u16 frame_width |
Definition at line 305 of file usbvision.h.
unsigned char frame_width_hi |
Definition at line 302 of file usbvision.h.
unsigned char frame_width_lo |
Definition at line 301 of file usbvision.h.
unsigned char header_length |
Definition at line 295 of file usbvision.h.
unsigned char magic_1 |
Definition at line 293 of file usbvision.h.
unsigned char magic_2 |
Definition at line 294 of file usbvision.h.