Searched refs:mFrameUpdatePeriod (Results 1 - 3 of 3) sorted by relevance

/frameworks/wilhelm/src/desktop/
H A DSndFile.c61 SLuint32 frameUpdatePeriod = thisAP->mPlay.mFrameUpdatePeriod;
68 if ((thisAP->mPlay.mFramesSincePositionUpdate -= thisAP->mPlay.mFrameUpdatePeriod) >=
266 thiz->mPlay.mFrameUpdatePeriod = ((long long) thiz->mPlay.mPositionUpdatePeriod *
/frameworks/wilhelm/src/itf/
H A DIPlay.c401 thiz->mFrameUpdatePeriod = frameUpdatePeriod;
469 thiz->mFrameUpdatePeriod = 0; // because we don't know the sample rate yet
/frameworks/wilhelm/src/
H A Ditfstruct.h475 SLuint32 mFrameUpdatePeriod; // mPositionUpdatePeriod in frame units member in struct:Play_interface

Completed in 2148 milliseconds