Home
last modified time | relevance | path

Searched refs:maxBufferCount (Results 1 – 8 of 8) sorted by relevance

/frameworks/av/media/libmediatranscoding/transcoder/include/media/
DPassthroughTrackTranscoder.h53 explicit BufferPool(int maxBufferCount) : mMaxBufferCount(maxBufferCount){}; in BufferPool() argument
/frameworks/native/libs/gui/
DBufferQueueCore.cpp240 bool dequeueBufferCannotBlock, int maxBufferCount) const { in getMaxBufferCountLocked()
243 maxCount = std::min(maxBufferCount, maxCount); in getMaxBufferCountLocked()
248 int maxBufferCount = mMaxAcquiredBufferCount + mMaxDequeuedBufferCount + in getMaxBufferCountLocked() local
252 maxBufferCount = std::min(mMaxBufferCount, maxBufferCount); in getMaxBufferCountLocked()
254 return maxBufferCount; in getMaxBufferCountLocked()
DIGraphicBufferProducerFlattenables.cpp117 sizeof(nextFrameNumber) + sizeof(bufferReplaced) + sizeof(maxBufferCount) + in minFlattenedSize()
141 FlattenableUtils::write(buffer, size, maxBufferCount); in flatten()
164 FlattenableUtils::read(buffer, size, maxBufferCount); in unflatten()
DBufferQueueProducer.cpp315 const int maxBufferCount = mCore->getMaxBufferCountLocked(); in waitForFreeSlotThenRelock() local
317 > static_cast<size_t>(maxBufferCount); in waitForFreeSlotThenRelock()
1254 output->maxBufferCount = mCore->mMaxBufferCount; in connect()
DSurface.cpp1888 mMaxBufferCount = output.maxBufferCount; in connect()
/frameworks/native/libs/gui/include/gui/
DBufferQueueCore.h111 bool dequeueBufferCannotBlock, int maxBufferCount) const;
DIGraphicBufferProducer.h403 int maxBufferCount{0};
/frameworks/native/libs/gui/tests/
DBufferQueue_test.cpp181 ASSERT_EQ(output.maxBufferCount, bufferCount); in TEST_F()