Searched refs:Vsrc (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/cx18/
H A Dcx18-av-core.c1028 int HSC, VSC, Vsrc, Hsrc, filter, Vlines; local
1037 Vsrc = (cx18_av_read(cx, 0x476) & 0x3f) << 4;
1038 Vsrc |= (cx18_av_read(cx, 0x475) & 0xf0) >> 4;
1060 (Vlines * 8 < Vsrc) || (Vsrc < Vlines)) {
1067 VSC = (1 << 16) - (Vsrc * (1 << 9) / Vlines - (1 << 9));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx25840/
H A Dcx25840-core.c1160 int HSC, VSC, Vsrc, Hsrc, filter, Vlines; local
1169 Vsrc = (cx25840_read(client, 0x476) & 0x3f) << 4;
1170 Vsrc |= (cx25840_read(client, 0x475) & 0xf0) >> 4;
1178 (Vlines * 8 < Vsrc) || (Vsrc < Vlines)) {
1185 VSC = (1 << 16) - (Vsrc * (1 << 9) / Vlines - (1 << 9));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dsaa7115.c814 int Vsrc = is_50hz ? 576 : 480; local
820 if ((height < 1) || (height > Vsrc))
827 if (height != Vsrc)
881 VSCY = (int)((1024 * Vsrc) / height);
882 v4l2_dbg(1, debug, sd, "Vsrc: %d, Vscy: 0x%05x\n", Vsrc, VSCY);

Completed in 33 milliseconds