Home | History | Annotate | Download | only in gui

Lines Matching refs:maxBufferCount

143         const int maxBufferCount = mCore->getMaxBufferCountLocked(async);
148 if (mCore->mOverrideMaxBufferCount < maxBufferCount) {
156 for (int s = maxBufferCount; s < BufferQueueDefs::NUM_BUFFER_SLOTS; ++s) {
168 for (int s = 0; s < maxBufferCount; ++s) {
205 maxBufferCount - (dequeuedCount + 1);
222 > static_cast<size_t>(maxBufferCount);
556 const int maxBufferCount = mCore->getMaxBufferCountLocked(async);
561 if (mCore->mOverrideMaxBufferCount < maxBufferCount) {
568 if (slot < 0 || slot >= maxBufferCount) {
570 slot, maxBufferCount);
935 int maxBufferCount = mCore->getMaxBufferCountLocked(async);
937 currentBufferCount, maxBufferCount);
938 if (maxBufferCount <= currentBufferCount)
940 newBufferCount = maxBufferCount - currentBufferCount;