Searched refs:maxBufferCount (Results 1 – 3 of 3) sorted by relevance
191 bool dequeueBufferCannotBlock, int maxBufferCount) const { in getMaxBufferCountLocked()194 maxCount = std::min(maxBufferCount, maxCount); in getMaxBufferCountLocked()199 int maxBufferCount = mMaxAcquiredBufferCount + mMaxDequeuedBufferCount + in getMaxBufferCountLocked() local203 maxBufferCount = std::min(mMaxBufferCount, maxBufferCount); in getMaxBufferCountLocked()205 return maxBufferCount; in getMaxBufferCountLocked()
292 const int maxBufferCount = mCore->getMaxBufferCountLocked(); in waitForFreeSlotThenRelock() local294 > static_cast<size_t>(maxBufferCount); in waitForFreeSlotThenRelock()
117 bool dequeueBufferCannotBlock, int maxBufferCount) const;