Linux Kernel
3.7.1
|
#include <videodev2.h>
Data Fields | |
__u32 | min_width |
__u32 | max_width |
__u32 | min_height |
__u32 | max_height |
__u64 | min_pixelclock |
__u64 | max_pixelclock |
__u32 | standards |
__u32 | capabilities |
__u32 | reserved [16] |
struct v4l2_bt_timings_cap - BT.656/BT.1120 timing capabilities : width in pixels : width in pixels : height in lines : height in lines : Pixel clock in HZ. Ex. 74.25MHz->74250000 : Pixel clock in HZ. Ex. 74.25MHz->74250000 : Supported standards : Supported capabilities : Must be zeroed
Definition at line 1116 of file videodev2.h.
Definition at line 1124 of file videodev2.h.
__u32 max_height |
Definition at line 1120 of file videodev2.h.
__u64 max_pixelclock |
Definition at line 1122 of file videodev2.h.
__u32 max_width |
Definition at line 1118 of file videodev2.h.
__u32 min_height |
Definition at line 1119 of file videodev2.h.
__u64 min_pixelclock |
Definition at line 1121 of file videodev2.h.
__u32 min_width |
Definition at line 1117 of file videodev2.h.
__u32 reserved[16] |
Definition at line 1125 of file videodev2.h.
__u32 standards |
Definition at line 1123 of file videodev2.h.