Searched refs:maxBufferCount (Results 1 – 3 of 3) sorted by relevance
192 bool dequeueBufferCannotBlock, int maxBufferCount) const { in getMaxBufferCountLocked()195 maxCount = std::min(maxBufferCount, maxCount); in getMaxBufferCountLocked()200 int maxBufferCount = mMaxAcquiredBufferCount + mMaxDequeuedBufferCount + in getMaxBufferCountLocked() local204 maxBufferCount = std::min(mMaxBufferCount, maxBufferCount); in getMaxBufferCountLocked()206 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;