Searched refs:VSC (Results 1 - 2 of 2) 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
1067 VSC = (1 << 16) - (Vsrc * (1 << 9) / Vlines - (1 << 9));
1068 VSC &= 0x1fff;
1081 fmt->width, fmt->height, HSC, VSC);
1087 /* VSCALE=VSC */
1088 cx18_av_write(cx, 0x41c, VSC & 0xff);
1089 cx18_av_write(cx, 0x41d, VSC >> 8);
/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
1185 VSC = (1 << 16) - (Vsrc * (1 << 9) / Vlines - (1 << 9));
1186 VSC &= 0x1fff;
1198 fmt->width, fmt->height, HSC, VSC);
1204 /* VSCALE=VSC */
1205 cx25840_write(client, 0x41c, VSC & 0xff);
1206 cx25840_write(client, 0x41d, VSC >> 8);

Completed in 29 milliseconds