Searched refs:interlace_lim (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/media/pci/sta2x11/
H A Dsta2x11_vip.c584 int interlace_lim; local
592 interlace_lim = 240;
594 interlace_lim = 288;
599 if (interlace_lim < f->fmt.pix.height)
606 if (interlace_lim < f->fmt.pix.height)
607 f->fmt.pix.height = interlace_lim;
616 if (2 * interlace_lim < f->fmt.pix.height)
617 f->fmt.pix.height = 2 * interlace_lim;

Completed in 121 milliseconds