Home
last modified time | relevance | path

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

/frameworks/av/media/libaaudio/src/client/
DAudioStreamInternalCapture.cpp77 mFramesOffsetFromService += offset; in advanceClientToMatchServerPosition()
79 (long long)readCounter, (long long)writeCounter, (long long)mFramesOffsetFromService); in advanceClientToMatchServerPosition()
269 framesWrittenHardware + mFramesOffsetFromService); in getFramesWritten()
277 mAudioEndpoint->getDataReadCounter() + mFramesOffsetFromService); in getFramesRead()
DAudioStreamInternalPlay.cpp174 mFramesOffsetFromService += offset; in advanceClientToMatchServerPosition()
176 (long long)readCounter, (long long)writeCounter, (long long)mFramesOffsetFromService); in advanceClientToMatchServerPosition()
386 mLastFramesRead = std::max(mLastFramesRead, framesReadHardware + mFramesOffsetFromService); in getFramesRead()
395 mAudioEndpoint->getDataWriteCounter() + mFramesOffsetFromService); in getFramesWritten()
DAudioStreamInternal.h166 int64_t mFramesOffsetFromService = 0; // offset for timestamps variable
DAudioStreamInternal.cpp652 int64_t position = (timestamp.getPosition() + mFramesOffsetFromService) * getSampleRate() / in getTimestamp()