Home
last modified time | relevance | path

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

/freebsd/sys/contrib/v4l/
H A Dvideodev2.h798 struct v4l2_bt_timings { struct
799 __u32 width; /* width in pixels */
800 __u32 height; /* height in lines */
801 __u32 interlaced; /* Interlaced or progressive */
802 __u32 polarities; /* Positive or negative polarity */
803 __u64 pixelclock; /* Pixel clock in HZ. Ex. 74.25MHz->74250000 */
804 __u32 hfrontporch; /* Horizpontal front porch in pixels */
805 __u32 hsync; /* Horizontal Sync length in pixels */
806 __u32 hbackporch; /* Horizontal back porch in pixels */
807 __u32 vfrontporch; /* Vertical front porch in pixels */
[all …]