Home | History | Annotate | Download | only in gui

Lines Matching refs:minBufferCountNeeded

286         const int minBufferCountNeeded = mSynchronousMode ?
291 (mServerBufferCount < minBufferCountNeeded));
305 if (mBufferCount < minBufferCountNeeded)
306 mBufferCount = minBufferCountNeeded;