Home
last modified time | relevance | path

Searched refs:Vlines (Results 1 – 1 of 1) sorted by relevance

/linux-6.6.21/drivers/media/pci/cx18/
Dcx18-av-core.c939 int HSC, VSC, Vsrc, Hsrc, filter, Vlines; in cx18_av_set_fmt() local
961 Vlines = fmt->height + (is_50Hz ? 3 : 1); 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()