Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/media/video/ivtv/
Divtv-yuv.c985 int lace_threshold = yi->lace_threshold; in ivtv_yuv_setup_frame() local
1013 if (lace_threshold < 0) in ivtv_yuv_setup_frame()
1014 lace_threshold = yi->decode_height - 1; in ivtv_yuv_setup_frame()
1032 if (nf->tru_h <= lace_threshold || nf->tru_h > 576 || nf->tru_w > 720) { in ivtv_yuv_setup_frame()
Divtv-driver.h496 int lace_threshold; member
Divtv-driver.c765 itv->yuv_info.lace_threshold = ivtv_yuv_threshold; in ivtv_init_struct1()