Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/pci/ivtv/
H A Divtv-yuv.c975 int lace_threshold = yi->lace_threshold; in ivtv_yuv_setup_frame() local
1003 if (lace_threshold < 0) in ivtv_yuv_setup_frame()
1004 lace_threshold = yi->decode_height - 1; in ivtv_yuv_setup_frame()
1022 if (nf->tru_h <= lace_threshold || nf->tru_h > 576 || nf->tru_w > 720) { in ivtv_yuv_setup_frame()
H A Divtv-driver.h495 int lace_threshold; member
H A Divtv-driver.c789 itv->yuv_info.lace_threshold = ivtv_yuv_threshold; in ivtv_init_struct1()