Lines Matching refs:mMinBufferCount
208 /* static */ int MediaPlayerService::AudioOutput::mMinBufferCount = 4;
1289 mMinBufferCount = 12; // to prevent systematic buffer underrun for emulator
1302 return mMinBufferCount;
1353 if (bufferCount < mMinBufferCount) {
1354 LOGD("bufferCount (%d) is too small and increased to %d", bufferCount, mMinBufferCount);
1355 bufferCount = mMinBufferCount;