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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dmx2_camera.c930 unsigned int width_limit; local
947 width_limit = 0xffff * 4;
949 width_limit = 0xffff * 2;
951 if (pix->width > width_limit)
952 pix->width = width_limit;

Completed in 25 milliseconds