Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/demos/thpdemo/include/
DTHPPlayerStrmAX.h84 s32 curCount; member
DTHPPlayer.h90 s32 curCount; member
/RvlSDK-2.1/build/demos/thpdemo/src/THPPlayer/
DTHPPlayer.c793 ActivePlayer.curCount = 0; in THPPlayerPlay()
1227 ActivePlayer.curCount = (s32)((ActivePlayer.retraceCount * frameRate) / PAL_RATE); in ProperTimingForGettingNextFrame()
1231 ActivePlayer.curCount = (s32)((ActivePlayer.retraceCount * frameRate) / NTSC_RATE); in ProperTimingForGettingNextFrame()
1234 if (ActivePlayer.prevCount != ActivePlayer.curCount) in ProperTimingForGettingNextFrame()
1236 ActivePlayer.prevCount = ActivePlayer.curCount; in ProperTimingForGettingNextFrame()
/RvlSDK-2.1/build/demos/thpdemo/src/THPPlayerStrmAX/
DTHPPlayer.c791 ActivePlayer.curCount = 0; in THPPlayerPlay()
1248 ActivePlayer.curCount = (s32)((ActivePlayer.retraceCount * frameRate) / PAL_RATE); in ProperTimingForGettingNextFrame()
1252 ActivePlayer.curCount = (s32)((ActivePlayer.retraceCount * frameRate) / NTSC_RATE); in ProperTimingForGettingNextFrame()
1255 if (ActivePlayer.prevCount != ActivePlayer.curCount) in ProperTimingForGettingNextFrame()
1257 ActivePlayer.prevCount = ActivePlayer.curCount; in ProperTimingForGettingNextFrame()