Home
last modified time | relevance | path

Searched refs:mFramesSinceLastSeek (Results 1 – 4 of 4) sorted by relevance

/frameworks/wilhelm/src/desktop/
DSndFile.cpp57 thisAP->mPlay.mPosition = (SLuint32) (((long long) thisAP->mPlay.mFramesSinceLastSeek * in SndFile_Callback()
205 audioPlayer->mPlay.mFramesSinceLastSeek = 0; in audioPlayerTransportUpdate()
/frameworks/wilhelm/src/itf/
DIOutputMixExt.cpp63 audioPlayer->mPlay.mFramesSinceLastSeek += framesMixed; in track_check()
129 audioPlayer->mPlay.mFramesSinceLastSeek = 0; in track_check()
DIPlay.cpp471 thiz->mFramesSinceLastSeek = 0; in IPlay_init()
/frameworks/wilhelm/src/
Ditfstruct.h481 SLuint32 mFramesSinceLastSeek; // Frames mixed since last known accurate position member