totalpixels       414 drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.c 	int err, totalpixels, brightpixels, darkpixels;
totalpixels       419 drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.c 	totalpixels = gspca_dev->pixfmt.width * gspca_dev->pixfmt.height;
totalpixels       420 drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.c 	totalpixels = totalpixels/(8*8) + totalpixels/(64*64);
totalpixels       422 drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.c 	brightpixels = (totalpixels * val) >> 8;
totalpixels       423 drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.c 	darkpixels   = totalpixels - brightpixels;