Home
last modified time | relevance | path

Searched refs:maxBufferCount (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/libs/gui/
DBufferQueue.cpp284 const int maxBufferCount = getMaxBufferCountLocked(async); in dequeueBuffer() local
289 if (mOverrideMaxBufferCount < maxBufferCount) { in dequeueBuffer()
297 for (int i = maxBufferCount; i < NUM_BUFFER_SLOTS; i++) { in dequeueBuffer()
309 for (int i = 0; i < maxBufferCount; i++) { in dequeueBuffer()
346 const int newUndequeuedCount = maxBufferCount - (dequeuedCount+1); in dequeueBuffer()
511 const int maxBufferCount = getMaxBufferCountLocked(async); in queueBuffer() local
516 if (mOverrideMaxBufferCount < maxBufferCount) { in queueBuffer()
521 if (buf < 0 || buf >= maxBufferCount) { in queueBuffer()
523 maxBufferCount, buf); in queueBuffer()
668 int maxBufferCount = getMaxBufferCountLocked(false); // worst-case, i.e. largest value in connect() local
[all …]