Searched refs:mHalfBufferMs (Results 1 – 2 of 2) sorted by relevance
949 uint32_t mHalfBufferMs; // half the buffer size in milliseconds variable
2835 mHalfBufferMs = mNormalFrameCount * 1000 / (2 * mSampleRate); in readOutputParameters_l()3987 const int32_t throttleMs = (int32_t)mHalfBufferMs - deltaMs; in threadLoop()3988 if ((signed)mHalfBufferMs >= throttleMs && throttleMs > 0) { in threadLoop()