Searched refs:maxBufferCount (Results 1 – 8 of 8) sorted by relevance
53 explicit BufferPool(int maxBufferCount) : mMaxBufferCount(maxBufferCount){}; in BufferPool() argument
240 bool dequeueBufferCannotBlock, int maxBufferCount) const { in getMaxBufferCountLocked()243 maxCount = std::min(maxBufferCount, maxCount); in getMaxBufferCountLocked()248 int maxBufferCount = mMaxAcquiredBufferCount + mMaxDequeuedBufferCount + in getMaxBufferCountLocked() local252 maxBufferCount = std::min(mMaxBufferCount, maxBufferCount); in getMaxBufferCountLocked()254 return maxBufferCount; in getMaxBufferCountLocked()
117 sizeof(nextFrameNumber) + sizeof(bufferReplaced) + sizeof(maxBufferCount) + in minFlattenedSize()141 FlattenableUtils::write(buffer, size, maxBufferCount); in flatten()164 FlattenableUtils::read(buffer, size, maxBufferCount); in unflatten()
315 const int maxBufferCount = mCore->getMaxBufferCountLocked(); in waitForFreeSlotThenRelock() local317 > static_cast<size_t>(maxBufferCount); in waitForFreeSlotThenRelock()1254 output->maxBufferCount = mCore->mMaxBufferCount; in connect()
1888 mMaxBufferCount = output.maxBufferCount; in connect()
111 bool dequeueBufferCannotBlock, int maxBufferCount) const;
403 int maxBufferCount{0};
181 ASSERT_EQ(output.maxBufferCount, bufferCount); in TEST_F()