Home
last modified time | relevance | path

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

/linux-3.3/drivers/staging/media/easycap/
Deasycap_ioctl.c1444 struct v4l2_fmtdesc v4l2_fmtdesc; in easycap_unlocked_ioctl() local
/linux-3.3/include/linux/
Dvideodev2.h422 struct v4l2_fmtdesc { struct
423 __u32 index; /* Format number */
424 enum v4l2_buf_type type; /* buffer type */
425 __u32 flags;
426 __u8 description[32]; /* Description string */
427 __u32 pixelformat; /* Format fourcc */
428 __u32 reserved[4];