Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/v4l2-core/
Dv4l2-dv-timings.c436 int v_fp, v_bp, h_fp, h_bp, hsync; in v4l2_detect_cvt() local
467 v_bp = CVT_RB_V_BPORCH; in v4l2_detect_cvt()
469 v_fp -= vsync + v_bp; in v4l2_detect_cvt()
475 v_bp = (CVT_RB_MIN_V_BLANK * hfreq) / 1000000 + 1; in v4l2_detect_cvt()
476 v_bp -= vsync + v_fp; in v4l2_detect_cvt()
478 if (v_bp < CVT_RB_MIN_V_BPORCH) in v4l2_detect_cvt()
479 v_bp = CVT_RB_MIN_V_BPORCH; in v4l2_detect_cvt()
483 v_bp = (CVT_MIN_VSYNC_BP * hfreq) / 1000000 + 1 - vsync; in v4l2_detect_cvt()
485 if (v_bp < CVT_MIN_V_BPORCH) in v4l2_detect_cvt()
486 v_bp = CVT_MIN_V_BPORCH; in v4l2_detect_cvt()
[all …]