Searched refs:maxBufferCount (Results 1 – 1 of 1) sorted by relevance
159 int maxBufferCount = getMaxBufferCountLocked(); in setBufferCount() local160 for (int i=0 ; i<maxBufferCount; i++) { in setBufferCount()240 int maxBufferCount = getMaxBufferCountLocked(); in requestBuffer() local241 if (slot < 0 || maxBufferCount <= slot) { in requestBuffer()243 maxBufferCount, slot); in requestBuffer()290 const int maxBufferCount = getMaxBufferCountLocked(); in dequeueBuffer() local294 for (int i = maxBufferCount; i < NUM_BUFFER_SLOTS; i++) { in dequeueBuffer()305 for (int i = 0; i < maxBufferCount; i++) { in dequeueBuffer()338 const int newUndequeuedCount = maxBufferCount - (dequeuedCount+1); in dequeueBuffer()507 int maxBufferCount = getMaxBufferCountLocked(); in queueBuffer() local[all …]