|
Linux Kernel
3.7.1
|
#include <videodev2.h>
Data Fields | |
| __u32 | type |
| __u32 | reserved [3] |
| union { | |
| struct v4l2_bt_timings_cap bt | |
| __u32 raw_data [32] | |
| }; | |
struct v4l2_dv_timings_cap - DV timings capabilities : the type of the timings (same as in struct v4l2_dv_timings) : the BT656/1120 timings capabilities
Definition at line 1141 of file videodev2.h.
| union { ... } |
Definition at line 1145 of file videodev2.h.
| __u32 raw_data[32] |
Definition at line 1146 of file videodev2.h.
| __u32 reserved[3] |
Definition at line 1143 of file videodev2.h.
Definition at line 1142 of file videodev2.h.
1.8.2