Home
last modified time | relevance | path

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

/linux-3.3/drivers/staging/media/easycap/
Deasycap_ioctl.c1661 struct v4l2_frmivalenum v4l2_frmivalenum; in easycap_unlocked_ioctl() local
/linux-3.3/include/linux/
Dvideodev2.h487 struct v4l2_frmivalenum { struct
488 __u32 index; /* Frame format index */
489 __u32 pixel_format; /* Pixel format */
490 __u32 width; /* Frame width */
491 __u32 height; /* Frame height */
492 __u32 type; /* Frame interval type the device supports. */
494 union { /* Frame interval */
499 __u32 reserved[2]; /* Reserved space for future use */