Lines Matching refs:v_fp
353 int v_fp, v_bp, h_fp, h_bp, hsync; in v4l2_detect_cvt() local
370 v_fp = CVT_RB_V_FPORCH; in v4l2_detect_cvt()
372 v_bp -= vsync + v_fp; in v4l2_detect_cvt()
377 v_fp = CVT_MIN_V_PORCH_RND; in v4l2_detect_cvt()
383 image_height = (frame_height - v_fp - vsync - v_bp + 1) & ~0x1; in v4l2_detect_cvt()
449 fmt->bt.vfrontporch = v_fp; in v4l2_detect_cvt()
453 fmt->bt.vbackporch = frame_height - image_height - v_fp - vsync; in v4l2_detect_cvt()
515 int v_fp, v_bp, h_fp, hsync; in v4l2_detect_gtf() local
531 v_fp = GTF_V_FP; in v4l2_detect_gtf()
533 image_height = (frame_height - v_fp - vsync - v_bp + 1) & ~0x1; in v4l2_detect_gtf()
570 fmt->bt.vfrontporch = v_fp; in v4l2_detect_gtf()
574 fmt->bt.vbackporch = frame_height - image_height - v_fp - vsync; in v4l2_detect_gtf()