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

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

Completed in 83 milliseconds