Searched refs:FUDGE_TICKS (Results 1 – 8 of 8) sorted by relevance
40 #define FUDGE_TICKS 10 /* The scheduler overhead ticks per frame */ macro
44 #define FUDGE_TICKS 10 /* The scheduler overhead ticks per frame */ macro
136 ticks = ((Sint32) (this->hidden->next_frame - SDL_GetTicks())) - FUDGE_TICKS; in PAUDIO_WaitDevice()
47 #define FUDGE_TICKS 10 /* The scheduler overhead ticks per frame */ macro
137 ticks = ((Sint32) (this->hidden->next_frame - SDL_GetTicks())) - FUDGE_TICKS; in ESD_WaitDevice()
49 #define FUDGE_TICKS 10 /* The scheduler overhead ticks per frame */ macro
160 ((Sint32) (this->hidden->next_frame - SDL_GetTicks())) - FUDGE_TICKS; in ARTS_WaitDevice()
Completed in 7 milliseconds