Home
last modified time | relevance | path

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

/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/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/samsung_slsi/exynos5/include/linux/
Dvideodev2.h292 struct v4l2_pix_format { struct
293 __u32 width;
294 __u32 height;
295 __u32 pixelformat;
296 enum v4l2_field field;
297 __u32 bytesperline; /* for padding, zero if unused */
298 __u32 sizeimage;
299 enum v4l2_colorspace colorspace;
300 __u32 priv; /* private data, depends on pixelformat */
/hardware/qcom/msm8960/original-kernel-headers/linux/
Dvideodev2.h291 struct v4l2_pix_format { struct
292 __u32 width;
293 __u32 height;
294 __u32 pixelformat;
295 enum v4l2_field field;
296 __u32 bytesperline; /* for padding, zero if unused */
297 __u32 sizeimage;
298 enum v4l2_colorspace colorspace;
299 __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;
/hardware/qcom/msm8x74/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;
/hardware/qcom/msm8x74/original-kernel-headers/linux/
Dvideodev2.h291 struct v4l2_pix_format { struct
292 __u32 width;
293 __u32 height;
294 __u32 pixelformat;
295 enum v4l2_field field;
296 __u32 bytesperline; /* for padding, zero if unused */
297 __u32 sizeimage;
298 enum v4l2_colorspace colorspace;
299 __u32 priv; /* private data, depends on pixelformat */