Home
last modified time | relevance | path

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

/drivers/media/pci/ivtv/
Divtv-yuv.c967 int lace_threshold = yi->lace_threshold; in ivtv_yuv_setup_frame() local
995 if (lace_threshold < 0) in ivtv_yuv_setup_frame()
996 lace_threshold = yi->decode_height - 1; in ivtv_yuv_setup_frame()
1014 if (nf->tru_h <= lace_threshold || nf->tru_h > 576 || nf->tru_w > 720) { in ivtv_yuv_setup_frame()
Divtv-driver.h497 int lace_threshold; member
Divtv-driver.c792 itv->yuv_info.lace_threshold = ivtv_yuv_threshold; in ivtv_init_struct1()