Searched defs:v4l2_bt_timings (Results 1 – 1 of 1) sorted by relevance
979 struct v4l2_bt_timings { struct980 __u32 width; /* width in pixels */981 __u32 height; /* height in lines */982 __u32 interlaced; /* Interlaced or progressive */983 __u32 polarities; /* Positive or negative polarity */984 __u64 pixelclock; /* Pixel clock in HZ. Ex. 74.25MHz->74250000 */985 __u32 hfrontporch; /* Horizpontal front porch in pixels */986 __u32 hsync; /* Horizontal Sync length in pixels */987 __u32 hbackporch; /* Horizontal back porch in pixels */988 __u32 vfrontporch; /* Vertical front porch in pixels */[all …]