Searched refs:fmtd (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dstk-webcam.c932 void *priv, struct v4l2_fmtdesc *fmtd)
934 switch (fmtd->index) {
936 fmtd->pixelformat = V4L2_PIX_FMT_RGB565;
937 strcpy(fmtd->description, "r5g6b5");
940 fmtd->pixelformat = V4L2_PIX_FMT_RGB565X;
941 strcpy(fmtd->description, "r5g6b5BE");
944 fmtd->pixelformat = V4L2_PIX_FMT_UYVY;
945 strcpy(fmtd->description, "yuv4:2:2");
948 fmtd->pixelformat = V4L2_PIX_FMT_SBGGR8;
949 strcpy(fmtd
931 stk_vidioc_enum_fmt_vid_cap(struct file *filp, void *priv, struct v4l2_fmtdesc *fmtd) argument
1001 stk_vidioc_try_fmt_vid_cap(struct file *filp, void *priv, struct v4l2_format *fmtd) argument
1078 stk_vidioc_s_fmt_vid_cap(struct file *filp, void *priv, struct v4l2_format *fmtd) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/et61x251/
H A Det61x251_core.c1915 struct v4l2_fmtdesc fmtd; local
1917 if (copy_from_user(&fmtd, arg, sizeof(fmtd)))
1920 if (fmtd.type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
1923 if (fmtd.index == 0) {
1924 strcpy(fmtd.description, "bayer rgb");
1925 fmtd.pixelformat = V4L2_PIX_FMT_SBGGR8;
1926 } else if (fmtd.index == 1) {
1927 strcpy(fmtd.description, "compressed");
1928 fmtd
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/sn9c102/
H A Dsn9c102_core.c2510 struct v4l2_fmtdesc fmtd; local
2512 if (copy_from_user(&fmtd, arg, sizeof(fmtd)))
2515 if (fmtd.type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
2518 if (fmtd.index == 0) {
2519 strcpy(fmtd.description, "bayer rgb");
2520 fmtd.pixelformat = V4L2_PIX_FMT_SBGGR8;
2521 } else if (fmtd.index == 1) {
2526 strcpy(fmtd.description, "compressed");
2527 fmtd
[all...]

Completed in 77 milliseconds