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

/frameworks/av/services/audioflinger/
H A DThreads.h809 uint32_t mHalfBufferMs; // half the buffer size in milliseconds member in class:PlaybackThread
H A DThreads.cpp2582 mHalfBufferMs = mNormalFrameCount * 1000 / (2 * mSampleRate);
3509 const int32_t throttleMs = (int32_t)mHalfBufferMs - deltaMs;
3510 if ((signed)mHalfBufferMs >= throttleMs && throttleMs > 0) {

Completed in 59 milliseconds