Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/v4l2-core/
Dv4l2-dv-timings.c377 int v_fp, v_bp, h_fp, h_bp, hsync; in v4l2_detect_cvt() local
481 h_fp = h_blank - h_bp - hsync; in v4l2_detect_cvt()
504 h_fp = h_blank - hsync - h_bp; in v4l2_detect_cvt()
511 fmt->bt.hfrontporch = h_fp; in v4l2_detect_cvt()
515 fmt->bt.hbackporch = frame_width - image_width - h_fp - hsync; in v4l2_detect_cvt()
596 int v_fp, v_bp, h_fp, hsync; in v4l2_detect_gtf() local
663 h_fp = h_blank / 2 - hsync; in v4l2_detect_gtf()
669 fmt->bt.hfrontporch = h_fp; in v4l2_detect_gtf()
673 fmt->bt.hbackporch = frame_width - image_width - h_fp - hsync; in v4l2_detect_gtf()