Home | History | Annotate | Download | only in libmediaplayerservice

Lines Matching refs:mMinBufferCount

262 /* static */ int MediaPlayerService::AudioOutput::mMinBufferCount = 4;
1443 mMinBufferCount = 12; // to prevent systematic buffer underrun for emulator
1456 return mMinBufferCount;
1567 if (bufferCount < mMinBufferCount) {
1568 ALOGD("bufferCount (%d) is too small and increased to %d", bufferCount, mMinBufferCount);
1569 bufferCount = mMinBufferCount;