Home
last modified time | relevance | path

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

/hardware/qcom/msm8x84/original-kernel-headers/linux/
Dvideodev2.h1036 struct v4l2_bt_timings { struct
1037 __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 …]
/hardware/qcom/msm8994/original-kernel-headers/linux/
Dvideodev2.h1039 struct v4l2_bt_timings { struct
1040 __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 …]
/hardware/qcom/msm8994/kernel-headers/linux/
Dvideodev2.h700 struct v4l2_bt_timings { struct
701 __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 …]
/hardware/qcom/msm8x84/kernel-headers/linux/
Dvideodev2.h699 struct v4l2_bt_timings { struct
700 __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 …]
/hardware/qcom/msm8x09/kernel-headers/linux/
Dvideodev2.h603 struct v4l2_bt_timings { struct
604 __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 …]
/hardware/qcom/msm8996/kernel-headers/linux/
Dvideodev2.h744 struct v4l2_bt_timings { struct
745 __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 …]
/hardware/qcom/msm8996/original-kernel-headers/linux/
Dvideodev2.h1097 struct v4l2_bt_timings { struct
1098 __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 …]
/hardware/qcom/msm8x09/original-kernel-headers/linux/
Dvideodev2.h1101 struct v4l2_bt_timings { struct
1102 __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 …]
/hardware/qcom/msm8998/kernel-headers/linux/
Dvideodev2.h850 struct v4l2_bt_timings { struct
851 __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 …]
/hardware/qcom/msm8998/original-kernel-headers/linux/
Dvideodev2.h1341 struct v4l2_bt_timings { struct
1342 __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 …]
/hardware/qcom/msm8960/original-kernel-headers/linux/
Dvideodev2.h1030 struct v4l2_bt_timings { struct
1031 __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 …]
/hardware/qcom/msm8960/kernel-headers/linux/
Dvideodev2.h719 struct v4l2_bt_timings { struct
720 __u32 width;
721 __u32 height;
722 __u32 interlaced;
724 __u32 polarities;
725 __u64 pixelclock;
749 struct v4l2_bt_timings bt; argument