Home | History | Annotate | Download | only in libmediaplayerservice

Lines Matching refs:mMinBufferCount

268 /* static */ int MediaPlayerService::AudioOutput::mMinBufferCount = 4;
1642 mMinBufferCount = 12; // to prevent systematic buffer underrun for emulator
1657 return mMinBufferCount;
1913 if (bufferCount != 0 && bufferCount < mMinBufferCount) {
1914 ALOGV("bufferCount (%d) increased to %d", bufferCount, mMinBufferCount);
1915 bufferCount = mMinBufferCount;