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

  /system/media/opensles/libopensles/
SndFile.c 61 SLuint32 frameUpdatePeriod = thisAP->mPlay.mFrameUpdatePeriod;
68 if ((thisAP->mPlay.mFramesSincePositionUpdate -= thisAP->mPlay.mFrameUpdatePeriod) >=
261 this->mPlay.mFrameUpdatePeriod = ((long long) this->mPlay.mPositionUpdatePeriod *
IPlay.c 359 this->mFrameUpdatePeriod = frameUpdatePeriod;
421 this->mFrameUpdatePeriod = 0; // because we don't know the sample rate yet
sles_allinclusive.h 732 SLuint32 mFrameUpdatePeriod; // mPositionUpdatePeriod in frame units
    [all...]

Completed in 90 milliseconds