Lines Matching refs:interlaced
170 (bt->interlaced && !(caps & V4L2_DV_BT_CAP_INTERLACED)) || in v4l2_valid_dv_timings()
171 (!bt->interlaced && !(caps & V4L2_DV_BT_CAP_PROGRESSIVE))) in v4l2_valid_dv_timings()
237 t1->bt.interlaced == t2->bt.interlaced && in v4l2_match_dv_timings()
245 (!t1->bt.interlaced || in v4l2_match_dv_timings()
266 if (bt->interlaced) in v4l2_print_dv_timings()
276 bt->width, bt->height, bt->interlaced ? "i" : "p", in v4l2_print_dv_timings()
290 if (bt->interlaced) in v4l2_print_dv_timings()
374 bool interlaced, in v4l2_detect_cvt() argument
430 if (interlaced) in v4l2_detect_cvt()
517 if (!interlaced) { in v4l2_detect_cvt()
519 fmt->bt.interlaced = V4L2_DV_PROGRESSIVE; in v4l2_detect_cvt()
528 fmt->bt.interlaced = V4L2_DV_INTERLACED; in v4l2_detect_cvt()
591 bool interlaced, in v4l2_detect_gtf() argument
617 if (interlaced) in v4l2_detect_gtf()
675 if (!interlaced) { in v4l2_detect_gtf()
677 fmt->bt.interlaced = V4L2_DV_PROGRESSIVE; in v4l2_detect_gtf()
686 fmt->bt.interlaced = V4L2_DV_INTERLACED; in v4l2_detect_gtf()