Searched refs:frameUpdatePeriod (Results 1 - 2 of 2) sorted by relevance

/frameworks/wilhelm/src/desktop/
H A DSndFile.c61 SLuint32 frameUpdatePeriod = thisAP->mPlay.mFrameUpdatePeriod; local
62 if ((0 != frameUpdatePeriod) &&
63 (thisAP->mPlay.mFramesSincePositionUpdate >= frameUpdatePeriod) &&
69 frameUpdatePeriod) {
70 thisAP->mPlay.mFramesSincePositionUpdate %= frameUpdatePeriod;
/frameworks/wilhelm/src/itf/
H A DIPlay.c396 SLuint32 frameUpdatePeriod = ((long long) mSec * local
398 if (0 == frameUpdatePeriod) {
399 frameUpdatePeriod = ~0;
401 thiz->mFrameUpdatePeriod = frameUpdatePeriod;

Completed in 32 milliseconds