Searched defs:nextBurstIndex (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libaaudio/src/client/
H A DIsochronousClockModel.cpp147 int64_t nextBurstIndex = (framePosition + mFramesPerBurst - 1) / mFramesPerBurst; local
148 int64_t nextBurstPosition = mFramesPerBurst * nextBurstIndex;
165 int64_t nextBurstIndex = nextBurstPosition / mFramesPerBurst; local
166 int64_t position = nextBurstIndex * mFramesPerBurst;

Completed in 43 milliseconds