Home
last modified time | relevance | path

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

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