Home
last modified time | relevance | path

Searched defs:v4l2_frmivalenum (Results 1 – 3 of 3) sorted by relevance

/hardware/samsung_slsi/exynos5/include/
Dvideodev2.h499 struct v4l2_frmivalenum { struct
500 __u32 index; /* Frame format index */
501 __u32 pixel_format; /* Pixel format */
502 __u32 width; /* Frame width */
503 __u32 height; /* Frame height */
504 __u32 type; /* Frame interval type the device supports. */
506 union { /* Frame interval */
511 __u32 reserved[2]; /* Reserved space for future use */
/hardware/qcom/msm8x74/original-kernel-headers/linux/
Dvideodev2.h523 struct v4l2_frmivalenum { struct
524 __u32 index; /* Frame format index */
525 __u32 pixel_format; /* Pixel format */
526 __u32 width; /* Frame width */
527 __u32 height; /* Frame height */
528 __u32 type; /* Frame interval type the device supports. */
530 union { /* Frame interval */
535 __u32 reserved[2]; /* Reserved space for future use */
/hardware/qcom/msm8x74/kernel-headers/linux/
Dvideodev2.h381 struct v4l2_frmivalenum { struct
382 __u32 index;
384 __u32 pixel_format;
385 __u32 width;
386 __u32 height;
387 __u32 type;
389 union {
394 __u32 reserved[2];