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

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

Completed in 22 milliseconds