Searched refs:Vsrc (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/drivers/media/pci/cx18/ |
D | cx18-av-core.c | 939 int HSC, VSC, Vsrc, Hsrc, filter, Vlines; in cx18_av_set_fmt() local 948 Vsrc = (cx18_av_read(cx, 0x476) & 0x3f) << 4; in cx18_av_set_fmt() 949 Vsrc |= (cx18_av_read(cx, 0x475) & 0xf0) >> 4; in cx18_av_set_fmt() 971 (Vlines * 8 < Vsrc) || (Vsrc < Vlines)) { in cx18_av_set_fmt() 981 VSC = (1 << 16) - (Vsrc * (1 << 9) / Vlines - (1 << 9)); in cx18_av_set_fmt()
|
/linux-5.19.10/drivers/media/i2c/ |
D | saa7115.c | 871 int Vsrc = is_50hz ? 576 : 480; in saa711x_set_size() local 878 if ((height < 1) || (height > Vsrc)) in saa711x_set_size() 885 if (height != Vsrc) in saa711x_set_size() 941 VSCY = (int)((1024 * Vsrc) / height); in saa711x_set_size() 942 v4l2_dbg(1, debug, sd, "Vsrc: %d, Vscy: 0x%05x\n", Vsrc, VSCY); in saa711x_set_size()
|