Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/os/common/src/
Dos_valarm.c46 static int OSi_CompareVCount(OSVAlarm *alarm, s32 currentVCount, s32 currentVFrame);
317 s32 currentVFrame; in OS_SetVAlarm() local
333 currentVFrame = OSi_GetVFrame(currentVCount); in OS_SetVAlarm()
340 alarm->frame = (u32)((count > currentVCount) ? currentVFrame : (currentVFrame + 1)); in OS_SetVAlarm()
375 s32 currentVFrame; in OS_SetPeriodicVAlarm() local
393 currentVFrame = OSi_GetVFrame(currentVCount); in OS_SetPeriodicVAlarm()
400 alarm->frame = (u32)((count > currentVCount) ? currentVFrame : (currentVFrame + 1)); in OS_SetPeriodicVAlarm()
591 s32 currentVFrame; in OSi_VAlarmHandler() local
603 currentVFrame = OSi_GetVFrame(currentVCount - 1); in OSi_VAlarmHandler()
610 currentVFrame = OSi_GetVFrame(currentVCount); in OSi_VAlarmHandler()
[all …]