Home
last modified time | relevance | path

Searched defs:maxBufferCount (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libmediatranscoding/transcoder/include/media/
DPassthroughTrackTranscoder.h53 explicit BufferPool(int maxBufferCount) : mMaxBufferCount(maxBufferCount){}; in BufferPool()
/frameworks/native/libs/gui/
DBufferQueueCore.cpp248 int maxBufferCount = mMaxAcquiredBufferCount + mMaxDequeuedBufferCount + in getMaxBufferCountLocked() local
DBufferQueueProducer.cpp315 const int maxBufferCount = mCore->getMaxBufferCountLocked(); in waitForFreeSlotThenRelock() local