Searched defs:v4l2_bt_timings (Results 1 – 12 of 12) sorted by relevance
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 …]
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 …]
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 …]
603 struct v4l2_bt_timings { struct604 __u32 width;605 __u32 height;606 __u32 interlaced;607 __u32 polarities;608 __u64 pixelclock;609 __u32 hfrontporch;610 __u32 hsync;611 __u32 hbackporch;612 __u32 vfrontporch;[all …]
744 struct v4l2_bt_timings { struct745 __u32 width;746 __u32 height;747 __u32 interlaced;749 __u32 polarities;750 __u64 pixelclock;751 __u32 hfrontporch;752 __u32 hsync;754 __u32 hbackporch;755 __u32 vfrontporch;[all …]
1097 struct v4l2_bt_timings { struct1098 __u32 width;1099 __u32 height;1100 __u32 interlaced;1101 __u32 polarities;1102 __u64 pixelclock;1103 __u32 hfrontporch;1104 __u32 hsync;1105 __u32 hbackporch;1106 __u32 vfrontporch;[all …]
1101 struct v4l2_bt_timings { struct1102 __u32 width;1103 __u32 height;1104 __u32 interlaced;1105 __u32 polarities;1106 __u64 pixelclock;1107 __u32 hfrontporch;1108 __u32 hsync;1109 __u32 hbackporch;1110 __u32 vfrontporch;[all …]
850 struct v4l2_bt_timings { struct851 __u32 width;852 __u32 height;854 __u32 interlaced;855 __u32 polarities;856 __u64 pixelclock;857 __u32 hfrontporch;859 __u32 hsync;860 __u32 hbackporch;861 __u32 vfrontporch;[all …]
1341 struct v4l2_bt_timings { struct1342 __u32 width;1343 __u32 height;1344 __u32 interlaced;1345 __u32 polarities;1346 __u64 pixelclock;1347 __u32 hfrontporch;1348 __u32 hsync;1349 __u32 hbackporch;1350 __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