Searched refs:Vsrc (Results 1 – 3 of 3) sorted by relevance
/drivers/media/pci/cx18/ |
D | cx18-av-core.c | 955 int HSC, VSC, Vsrc, Hsrc, filter, Vlines; in cx18_av_set_fmt() local 964 Vsrc = (cx18_av_read(cx, 0x476) & 0x3f) << 4; in cx18_av_set_fmt() 965 Vsrc |= (cx18_av_read(cx, 0x475) & 0xf0) >> 4; in cx18_av_set_fmt() 987 (Vlines * 8 < Vsrc) || (Vsrc < Vlines)) { in cx18_av_set_fmt() 997 VSC = (1 << 16) - (Vsrc * (1 << 9) / Vlines - (1 << 9)); in cx18_av_set_fmt()
|
/drivers/media/i2c/ |
D | saa7115.c | 875 int Vsrc = is_50hz ? 576 : 480; in saa711x_set_size() local 882 if ((height < 1) || (height > Vsrc)) in saa711x_set_size() 889 if (height != Vsrc) in saa711x_set_size() 945 VSCY = (int)((1024 * Vsrc) / height); in saa711x_set_size() 946 v4l2_dbg(1, debug, sd, "Vsrc: %d, Vscy: 0x%05x\n", Vsrc, VSCY); in saa711x_set_size()
|
/drivers/media/i2c/cx25840/ |
D | cx25840-core.c | 1398 int HSC, VSC, Vsrc, Hsrc, filter, Vlines; in cx25840_set_fmt() local 1408 Vsrc = (cx25840_read(client, 0x42a) & 0x3f) << 4; in cx25840_set_fmt() 1409 Vsrc |= (cx25840_read(client, 0x429) & 0xf0) >> 4; in cx25840_set_fmt() 1411 Vsrc = (cx25840_read(client, 0x476) & 0x3f) << 4; in cx25840_set_fmt() 1412 Vsrc |= (cx25840_read(client, 0x475) & 0xf0) >> 4; in cx25840_set_fmt() 1426 (Vlines * 8 < Vsrc) || (Vsrc < Vlines)) { in cx25840_set_fmt() 1435 VSC = (1 << 16) - (Vsrc * (1 << 9) / Vlines - (1 << 9)); in cx25840_set_fmt()
|