Searched refs:view_max (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/pwc/
H A Dpwc-misc.c60 if (width > pdev->view_max.x || height > pdev->view_max.y)
62 PWC_DEBUG_SIZE("VIDEO_PALETTE_not RAW: going beyond view_max.\n");
87 pdev->view_max.x = 352;
88 pdev->view_max.y = 288;
101 pdev->view_max.x = 640;
102 pdev->view_max.y = 480;
116 pdev->view_max.x = 640;
117 pdev->view_max.y = 480;
128 pdev->view_max
[all...]
H A Dpwc-v4l.c273 if (f->fmt.pix.width > pdev->view_max.x)
274 f->fmt.pix.width = pdev->view_max.x;
278 if (f->fmt.pix.height > pdev->view_max.y)
279 f->fmt.pix.height = pdev->view_max.y;
371 caps->maxwidth = pdev->view_max.x;
372 caps->maxheight = pdev->view_max.y;
H A Dpwc.h232 a gray or black border. view_min <= image <= view <= view_max;
235 struct pwc_coord view_min, view_max; /* minimum and maximum viewable sizes */ member in struct:pwc_device

Completed in 42 milliseconds