Searched refs:abs_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.c52 if (width > pdev->abs_max.x || height > pdev->abs_max.y)
54 PWC_DEBUG_SIZE("VIDEO_PALETTE_RAW: going beyond abs_max.\n");
89 pdev->abs_max.x = 352;
90 pdev->abs_max.y = 288;
104 pdev->abs_max.x = 640;
105 pdev->abs_max.y = 480;
119 pdev->abs_max.x = 640;
120 pdev->abs_max.y = 480;
130 pdev->len_per_image = PAGE_ALIGN((pdev->abs_max
[all...]
H A Dpwc.h236 struct pwc_coord abs_max; /* maximum supported size with compression */ member in struct:pwc_device
H A Dpwc-v4l.c1196 fsize->discrete.width = pdev->abs_max.x;
1197 fsize->discrete.height = pdev->abs_max.y;

Completed in 61 milliseconds