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

/xsrc/external/mit/xf86-video-geode/dist/src/cim/
H A Dcim_rtns.h340 unsigned long window_before,
H A Dcim_vip.c567 * example, if vertical_count is 1000, window_before is 5 and window_after
569 * clocks after the last VSync. The total window size (window_before +
574 vip_set_vsync_error(unsigned long vertical_count, unsigned long window_before, argument
588 temp = ((window_before +
591 temp |= (vertical_count - window_before) & VIP_VSYNC_ERR_COUNT_MASK;

Completed in 4 milliseconds