Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/demos/thpdemo/include/
DTHPPlayerStrmAX.h87 s32 curCount; member
DTHPPlayer.h95 s32 curCount; member
/RvlSDK-3.3/build/demos/thpdemo/src/THPPlayer/
DTHPPlayer.c803 ActivePlayer.curCount = 0; in THPPlayerPlay()
1237 ActivePlayer.curCount = (s32)((ActivePlayer.retraceCount * frameRate) / PAL_RATE); in ProperTimingForGettingNextFrame()
1241 ActivePlayer.curCount = (s32)((ActivePlayer.retraceCount * frameRate) / NTSC_RATE); in ProperTimingForGettingNextFrame()
1244 if (ActivePlayer.prevCount != ActivePlayer.curCount) in ProperTimingForGettingNextFrame()
1246 ActivePlayer.prevCount = ActivePlayer.curCount; in ProperTimingForGettingNextFrame()
/RvlSDK-3.3/build/demos/thpdemo/src/THPPlayerStrmAX/
DTHPPlayer.c780 ActivePlayer.curCount = 0; in THPPlayerPlay()
1237 ActivePlayer.curCount = (s32)((ActivePlayer.retraceCount * frameRate) / PAL_RATE); in ProperTimingForGettingNextFrame()
1241 ActivePlayer.curCount = (s32)((ActivePlayer.retraceCount * frameRate) / NTSC_RATE); in ProperTimingForGettingNextFrame()
1244 if (ActivePlayer.prevCount != ActivePlayer.curCount) in ProperTimingForGettingNextFrame()
1246 ActivePlayer.prevCount = ActivePlayer.curCount; in ProperTimingForGettingNextFrame()