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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/cx25840/
H A Dcx25840-core.c557 int HSC, VSC, Vsrc, Hsrc, filter, Vlines; local
564 Vsrc = (cx25840_read(client, 0x476) & 0x3f) << 4;
565 Vsrc |= (cx25840_read(client, 0x475) & 0xf0) >> 4;
573 (Vlines * 8 < Vsrc) || (Vsrc < Vlines)) {
580 VSC = (1 << 16) - (Vsrc * (1 << 9) / Vlines - (1 << 9));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/
H A Dsaa7115.c818 int Vsrc = is_50hz ? 576 : 480; local
824 if ((height < 1) || (height > Vsrc))
831 if (height != Vsrc)
885 VSCY = (int)((1024 * Vsrc) / height);
886 v4l_dbg(1, debug, client, "Vsrc: %d, Vscy: 0x%05x\n", Vsrc, VSCY);

Completed in 99 milliseconds