Home
last modified time | relevance | path

Searched defs:v4l2_pix_format (Results 1 – 6 of 6) sorted by relevance

/hardware/qcom/msm8x09/kernel-headers/linux/
Dvideodev2.h137 struct v4l2_pix_format { struct
138 __u32 width;
139 __u32 height;
140 __u32 pixelformat;
141 __u32 field;
142 __u32 bytesperline;
143 __u32 sizeimage;
144 __u32 colorspace;
145 __u32 priv;
146 __u32 flags;
/hardware/qcom/msm8x84/kernel-headers/linux/
Dvideodev2.h157 struct v4l2_pix_format { struct
159 __u32 width;
160 __u32 height;
161 __u32 pixelformat;
162 __u32 field;
164 __u32 bytesperline;
165 __u32 sizeimage;
166 __u32 colorspace;
167 __u32 priv;
/hardware/qcom/msm8994/kernel-headers/linux/
Dvideodev2.h159 struct v4l2_pix_format { struct
160 __u32 width;
161 __u32 height;
162 __u32 pixelformat;
164 __u32 field;
165 __u32 bytesperline;
166 __u32 sizeimage;
167 __u32 colorspace;
169 __u32 priv;
/hardware/qcom/msm8x84/original-kernel-headers/linux/
Dvideodev2.h276 struct v4l2_pix_format { struct
277 __u32 width;
278 __u32 height;
279 __u32 pixelformat;
280 __u32 field; /* enum v4l2_field */
281 __u32 bytesperline; /* for padding, zero if unused */
282 __u32 sizeimage;
283 __u32 colorspace; /* enum v4l2_colorspace */
284 __u32 priv; /* private data, depends on pixelformat */
/hardware/qcom/msm8994/original-kernel-headers/linux/
Dvideodev2.h279 struct v4l2_pix_format { struct
280 __u32 width;
281 __u32 height;
282 __u32 pixelformat;
283 __u32 field; /* enum v4l2_field */
284 __u32 bytesperline; /* for padding, zero if unused */
285 __u32 sizeimage;
286 __u32 colorspace; /* enum v4l2_colorspace */
287 __u32 priv; /* private data, depends on pixelformat */
/hardware/qcom/msm8960/kernel-headers/linux/
Dvideodev2.h169 struct v4l2_pix_format { struct
170 __u32 width;
171 __u32 height;
172 __u32 pixelformat;
174 enum v4l2_field field;
175 __u32 bytesperline;
176 __u32 sizeimage;
177 enum v4l2_colorspace colorspace;
179 __u32 priv;