Home
last modified time | relevance | path

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

/linux/drivers/media/v4l2-core/
H A Dv4l2-dv-timings.c501 int v_fp, v_bp, h_fp, h_bp, hsync; in v4l2_detect_cvt() local
605 h_fp = h_blank - h_bp - hsync; in v4l2_detect_cvt()
628 h_fp = h_blank - hsync - h_bp; in v4l2_detect_cvt()
635 t.bt.hfrontporch = h_fp; in v4l2_detect_cvt()
639 t.bt.hbackporch = frame_width - image_width - h_fp - hsync; in v4l2_detect_cvt()
726 int v_fp, v_bp, h_fp, hsync; in v4l2_detect_gtf() local
793 h_fp = h_blank / 2 - hsync; in v4l2_detect_gtf()
799 t.bt.hfrontporch = h_fp; in v4l2_detect_gtf()
803 t.bt.hbackporch = frame_width - image_width - h_fp - hsync; in v4l2_detect_gtf()