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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86cvt.c227 #define CVT_RB_MIN_VBLANK 460.0 macro
241 HPeriod = ((float) (1000000.0 / VFieldRate - CVT_RB_MIN_VBLANK)) /
245 VBILines = ((float) CVT_RB_MIN_VBLANK) / HPeriod + 1;
/xsrc/external/mit/libxcvt/dist/lib/
H A Dlibxcvt.c230 #define CVT_RB_MIN_VBLANK 460.0 macro
244 hperiod = ((float) (1000000.0 / vfield_rate - CVT_RB_MIN_VBLANK)) /
248 vblank_interval_lines = ((float) CVT_RB_MIN_VBLANK) / hperiod + 1;

Completed in 2 milliseconds