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

  /frameworks/wilhelm/src/desktop/
SndFile.cpp 57 thisAP->mPlay.mPosition = (SLuint32) (((long long) thisAP->mPlay.mFramesSinceLastSeek *
205 audioPlayer->mPlay.mFramesSinceLastSeek = 0;
  /frameworks/wilhelm/src/itf/
IOutputMixExt.cpp 63 audioPlayer->mPlay.mFramesSinceLastSeek += framesMixed;
129 audioPlayer->mPlay.mFramesSinceLastSeek = 0;
IPlay.cpp 471 thiz->mFramesSinceLastSeek = 0;
  /frameworks/wilhelm/src/
itfstruct.h 481 SLuint32 mFramesSinceLastSeek; // Frames mixed since last known accurate position

Completed in 56 milliseconds