Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/media/v4l2-core/
Dv4l2-dv-timings.c459 int v_fp, v_bp, h_fp, h_bp, hsync; in v4l2_detect_cvt() local
563 h_fp = h_blank - h_bp - hsync; in v4l2_detect_cvt()
586 h_fp = h_blank - hsync - h_bp; in v4l2_detect_cvt()
593 fmt->bt.hfrontporch = h_fp; in v4l2_detect_cvt()
597 fmt->bt.hbackporch = frame_width - image_width - h_fp - hsync; in v4l2_detect_cvt()
678 int v_fp, v_bp, h_fp, hsync; in v4l2_detect_gtf() local
745 h_fp = h_blank / 2 - hsync; in v4l2_detect_gtf()
751 fmt->bt.hfrontporch = h_fp; in v4l2_detect_gtf()
755 fmt->bt.hbackporch = frame_width - image_width - h_fp - hsync; in v4l2_detect_gtf()