Home
last modified time | relevance | path

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

/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/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/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/msm8996/original-kernel-headers/linux/
Dvideodev2.h1090 struct v4l2_bt_timings { struct
1091 __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 …]
/hardware/qcom/msm8996/kernel-headers/linux/
Dvideodev2.h739 struct v4l2_bt_timings { struct
740 __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 …]
/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