Searched refs:VSC (Results 1 - 1 of 1) 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
580 VSC = (1 << 16) - (Vsrc * (1 << 9) / Vlines - (1 << 9));
581 VSC &= 0x1fff;
593 pix->width, pix->height, HSC, VSC);
599 /* VSCALE=VSC */
600 cx25840_write(client, 0x41c, VSC & 0xff);
601 cx25840_write(client, 0x41d, VSC >> 8);

Completed in 100 milliseconds