Searched refs:maxBufferCount (Results 1 – 3 of 3) sorted by relevance
183 bool dequeueBufferCannotBlock, int maxBufferCount) const { in getMaxBufferCountLocked()186 maxCount = std::min(maxBufferCount, maxCount); in getMaxBufferCountLocked()191 int maxBufferCount = mMaxAcquiredBufferCount + mMaxDequeuedBufferCount + in getMaxBufferCountLocked() local195 maxBufferCount = std::min(mMaxBufferCount, maxBufferCount); in getMaxBufferCountLocked()197 return maxBufferCount; in getMaxBufferCountLocked()
279 const int maxBufferCount = mCore->getMaxBufferCountLocked(); in waitForFreeSlotThenRelock() local281 > static_cast<size_t>(maxBufferCount); in waitForFreeSlotThenRelock()
118 bool dequeueBufferCannotBlock, int maxBufferCount) const;