Searched refs:CVT_MIN_V_BPORCH (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/libxcvt/dist/lib/
H A Dlibxcvt.c86 #define CVT_MIN_V_BPORCH 6 macro
172 (vsync + CVT_MIN_V_BPORCH))
173 vsync_and_back_porch = vsync + CVT_MIN_V_BPORCH;
251 if (vblank_interval_lines < (CVT_RB_VFPORCH + vsync + CVT_MIN_V_BPORCH))
252 vblank_interval_lines = CVT_RB_VFPORCH + vsync + CVT_MIN_V_BPORCH;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86cvt.c82 #define CVT_MIN_V_BPORCH 6 macro
248 if (VBILines < (CVT_RB_VFPORCH + VSync + CVT_MIN_V_BPORCH))
249 VBILines = CVT_RB_VFPORCH + VSync + CVT_MIN_V_BPORCH;

Completed in 2 milliseconds