Searched defs:v4l2_bt_timings (Results 1 – 8 of 8) sorted by relevance
699 struct v4l2_bt_timings { struct700 __u32 width;701 __u32 height;702 __u32 interlaced;704 __u32 polarities;705 __u64 pixelclock;706 __u32 hfrontporch;707 __u32 hsync;709 __u32 hbackporch;710 __u32 vfrontporch;[all …]
1039 struct v4l2_bt_timings { struct1040 __u32 width;1041 __u32 height;1042 __u32 interlaced;1043 __u32 polarities;1044 __u64 pixelclock;1045 __u32 hfrontporch;1046 __u32 hsync;1047 __u32 hbackporch;1048 __u32 vfrontporch;[all …]
700 struct v4l2_bt_timings { struct701 __u32 width;702 __u32 height;704 __u32 interlaced;705 __u32 polarities;706 __u64 pixelclock;707 __u32 hfrontporch;709 __u32 hsync;710 __u32 hbackporch;711 __u32 vfrontporch;[all …]
1036 struct v4l2_bt_timings { struct1037 __u32 width;1038 __u32 height;1039 __u32 interlaced;1040 __u32 polarities;1041 __u64 pixelclock;1042 __u32 hfrontporch;1043 __u32 hsync;1044 __u32 hbackporch;1045 __u32 vfrontporch;[all …]
1090 struct v4l2_bt_timings { struct1091 __u32 width;1092 __u32 height;1093 __u32 interlaced;1094 __u32 polarities;1095 __u64 pixelclock;1096 __u32 hfrontporch;1097 __u32 hsync;1098 __u32 hbackporch;1099 __u32 vfrontporch;[all …]
739 struct v4l2_bt_timings { struct740 __u32 width;741 __u32 height;742 __u32 interlaced;744 __u32 polarities;745 __u64 pixelclock;746 __u32 hfrontporch;747 __u32 hsync;749 __u32 hbackporch;750 __u32 vfrontporch;[all …]
1030 struct v4l2_bt_timings { struct1031 __u32 width; /* width in pixels */1032 __u32 height; /* height in lines */1033 __u32 interlaced; /* Interlaced or progressive */1034 __u32 polarities; /* Positive or negative polarity */1035 __u64 pixelclock; /* Pixel clock in HZ. Ex. 74.25MHz->74250000 */1036 __u32 hfrontporch; /* Horizpontal front porch in pixels */1037 __u32 hsync; /* Horizontal Sync length in pixels */1038 __u32 hbackporch; /* Horizontal back porch in pixels */1039 __u32 vfrontporch; /* Vertical front porch in pixels */[all …]
719 struct v4l2_bt_timings { struct720 __u32 width;721 __u32 height;722 __u32 interlaced;724 __u32 polarities;725 __u64 pixelclock;749 struct v4l2_bt_timings bt; argument