Home
last modified time | relevance | path

Searched refs:delayVCount (Results 1 – 1 of 1) sorted by relevance

/TwlSDK-5.1.0/build/libraries/os/common/src/
Dos_valarm.c691 s32 delayVCount; in OSi_CompareVCount() local
694 delayVCount = currentVCount - (s32)alarm->fire; in OSi_CompareVCount()
699 if (delayVFrame < 0 || (delayVFrame == 0 && delayVCount < 0)) in OSi_CompareVCount()
707 if (delayVCount < 0) in OSi_CompareVCount()
709 delayVCount += OSi_VHIGHT; // Care for looping vcount 263->0 in OSi_CompareVCount()
713 return (delayVCount <= alarm->delay) ? OSi_VALARM_NOW : OSi_VALARM_TIMEOUT; in OSi_CompareVCount()