Searched refs:burstSize (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libaaudio/src/client/
H A DAudioStreamInternalCapture.cpp86 uint32_t burstSize = mFramesPerBurst; local
87 if (burstSize < 32) {
88 burstSize = 32; // TODO review
91 uint64_t nextReadPosition = mAudioEndpoint.getDataWriteCounter() + burstSize;
H A DAudioStreamInternalPlay.cpp89 uint32_t burstSize = mFramesPerBurst; local
90 if (burstSize < 32) {
91 burstSize = 32; // TODO review
94 uint64_t nextReadPosition = mAudioEndpoint.getDataReadCounter() + burstSize;

Completed in 190 milliseconds