Searched refs:totalpixels (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/gspca/stv06xx/
H A Dstv06xx_pb0100.c517 int err, totalpixels, brightpixels, darkpixels; local
525 totalpixels = gspca_dev->width * gspca_dev->height;
526 totalpixels = totalpixels/(8*8) + totalpixels/(64*64);
528 brightpixels = (totalpixels * val) >> 8;
529 darkpixels = totalpixels - brightpixels;

Completed in 105 milliseconds