Lines Matching full:interlaced
163 (bt->interlaced && !(caps & V4L2_DV_BT_CAP_INTERLACED)) || in v4l2_valid_dv_timings()
164 (!bt->interlaced && !(caps & V4L2_DV_BT_CAP_PROGRESSIVE))) in v4l2_valid_dv_timings()
168 if (!bt->interlaced && in v4l2_valid_dv_timings()
183 if (bt->interlaced && (bt->il_vfrontporch > max_vert || in v4l2_valid_dv_timings()
275 t1->bt.interlaced == t2->bt.interlaced && in v4l2_match_dv_timings()
288 (!t1->bt.interlaced || in v4l2_match_dv_timings()
309 if (bt->interlaced) in v4l2_print_dv_timings()
319 bt->width, bt->height, bt->interlaced ? "i" : "p", in v4l2_print_dv_timings()
333 if (bt->interlaced) in v4l2_print_dv_timings()
483 * @interlaced - if this flag is true, it indicates interlaced format
495 bool interlaced, in v4l2_detect_cvt() argument
551 if (interlaced) in v4l2_detect_cvt()
638 if (!interlaced) { in v4l2_detect_cvt()
640 fmt->bt.interlaced = V4L2_DV_PROGRESSIVE; in v4l2_detect_cvt()
649 fmt->bt.interlaced = V4L2_DV_INTERLACED; in v4l2_detect_cvt()
696 * @interlaced - if this flag is true, it indicates interlaced format
712 bool interlaced, in v4l2_detect_gtf() argument
738 if (interlaced) in v4l2_detect_gtf()
796 if (!interlaced) { in v4l2_detect_gtf()
798 fmt->bt.interlaced = V4L2_DV_PROGRESSIVE; in v4l2_detect_gtf()
807 fmt->bt.interlaced = V4L2_DV_INTERLACED; in v4l2_detect_gtf()