Searched refs:Hsrc (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
1040 Hsrc = (cx18_av_read(cx, 0x472) & 0x3f) << 4;
1041 Hsrc |= (cx18_av_read(cx, 0x471) & 0xf0) >> 4;
1059 if ((fmt->width * 16 < Hsrc) || (Hsrc < fmt->width) ||
1066 HSC = (Hsrc * (1 << 20)) / fmt->width - (1 << 20);
/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
1172 Hsrc = (cx25840_read(client, 0x472) & 0x3f) << 4;
1173 Hsrc |= (cx25840_read(client, 0x471) & 0xf0) >> 4;
1177 if ((fmt->width * 16 < Hsrc) || (Hsrc < fmt->width) ||
1184 HSC = (Hsrc * (1 << 20)) / fmt->width - (1 << 20);

Completed in 70 milliseconds