HomeSort by relevance Sort by last modified time
    Searched refs:mFrameUpdatePeriod (Results 1 - 3 of 3) sorted by null

  /frameworks/wilhelm/src/desktop/
SndFile.cpp 61 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/
IPlay.cpp 401 thiz->mFrameUpdatePeriod = frameUpdatePeriod;
469 thiz->mFrameUpdatePeriod = 0; // because we don't know the sample rate yet
  /frameworks/wilhelm/src/
itfstruct.h 479 SLuint32 mFrameUpdatePeriod; // mPositionUpdatePeriod in frame units

Completed in 78 milliseconds