Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/v4l2-core/
Dv4l2-dv-timings.c353 int v_fp, v_bp, h_fp, h_bp, hsync; in v4l2_detect_cvt() local
418 h_fp = CVT_RB_H_BLANK - h_bp - hsync; in v4l2_detect_cvt()
441 h_fp = h_blank - hsync - h_bp; in v4l2_detect_cvt()
448 fmt->bt.hfrontporch = h_fp; in v4l2_detect_cvt()
452 fmt->bt.hbackporch = frame_width - image_width - h_fp - hsync; in v4l2_detect_cvt()
515 int v_fp, v_bp, h_fp, hsync; in v4l2_detect_gtf() local
563 h_fp = h_blank / 2 - hsync; in v4l2_detect_gtf()
569 fmt->bt.hfrontporch = h_fp; in v4l2_detect_gtf()
573 fmt->bt.hbackporch = frame_width - image_width - h_fp - hsync; in v4l2_detect_gtf()