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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/zc0301/
H A Dzc0301_core.c1324 struct v4l2_fmtdesc fmtd; local
1326 if (copy_from_user(&fmtd, arg, sizeof(fmtd)))
1329 if (fmtd.type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
1332 if (fmtd.index == 0) {
1333 strcpy(fmtd.description, "JPEG");
1334 fmtd.pixelformat = V4L2_PIX_FMT_JPEG;
1335 fmtd.flags = V4L2_FMT_FLAG_COMPRESSED;
1339 fmtd.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
1340 memset(&fmtd
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/et61x251/
H A Det61x251_core.c1884 struct v4l2_fmtdesc fmtd; local
1886 if (copy_from_user(&fmtd, arg, sizeof(fmtd)))
1889 if (fmtd.type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
1892 if (fmtd.index == 0) {
1893 strcpy(fmtd.description, "bayer rgb");
1894 fmtd.pixelformat = V4L2_PIX_FMT_SBGGR8;
1895 } else if (fmtd.index == 1) {
1896 strcpy(fmtd.description, "compressed");
1897 fmtd
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/em28xx/
H A Dem28xx-video.c1298 struct v4l2_fmtdesc *fmtd = arg; local
1300 if (fmtd->index != 0)
1302 memset(fmtd, 0, sizeof(*fmtd));
1303 fmtd->type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
1304 strcpy(fmtd->description, "Packed YUY2");
1305 fmtd->pixelformat = V4L2_PIX_FMT_YUYV;
1306 memset(fmtd->reserved, 0, sizeof(fmtd->reserved));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/sn9c102/
H A Dsn9c102_core.c2450 struct v4l2_fmtdesc fmtd; local
2452 if (copy_from_user(&fmtd, arg, sizeof(fmtd)))
2455 if (fmtd.type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
2458 if (fmtd.index == 0) {
2459 strcpy(fmtd.description, "bayer rgb");
2460 fmtd.pixelformat = V4L2_PIX_FMT_SBGGR8;
2461 } else if (fmtd.index == 1) {
2466 strcpy(fmtd.description, "compressed");
2467 fmtd
[all...]

Completed in 110 milliseconds