Home
last modified time | relevance | path

Searched refs:v_bp (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
371 v_bp = (CVT_RB_MIN_V_BLANK * hfreq + 1999999) / 1000000; in v4l2_detect_cvt()
372 v_bp -= vsync + v_fp; in v4l2_detect_cvt()
374 if (v_bp < CVT_RB_MIN_V_BPORCH) in v4l2_detect_cvt()
375 v_bp = CVT_RB_MIN_V_BPORCH; in v4l2_detect_cvt()
378 v_bp = (CVT_MIN_VSYNC_BP * hfreq + 1999999) / 1000000 - vsync; in v4l2_detect_cvt()
380 if (v_bp < CVT_MIN_V_BPORCH) in v4l2_detect_cvt()
381 v_bp = CVT_MIN_V_BPORCH; in v4l2_detect_cvt()
383 image_height = (frame_height - v_fp - vsync - v_bp + 1) & ~0x1; in v4l2_detect_cvt()
515 int v_fp, v_bp, h_fp, hsync; in v4l2_detect_gtf() local
[all …]