HomeSort by relevance Sort by last modified time
    Searched refs:maxBufferCount (Results 1 - 3 of 3) sorted by null

  /frameworks/native/libs/gui/
BufferQueueCore.cpp 187 bool dequeueBufferCannotBlock, int maxBufferCount) const {
190 maxCount = std::min(maxBufferCount, maxCount);
195 int maxBufferCount = mMaxAcquiredBufferCount + mMaxDequeuedBufferCount +
198 // limit maxBufferCount by mMaxBufferCount always
199 maxBufferCount = std::min(mMaxBufferCount, maxBufferCount);
201 return maxBufferCount;
BufferQueueProducer.cpp 149 "exceed the maxBufferCount (%d) (maxAcquired %d async %d "
198 "maxBufferCount (%d) to be exceeded (maxAcquired %d "
286 const int maxBufferCount = mCore->getMaxBufferCountLocked();
288 > static_cast<size_t>(maxBufferCount);
    [all...]
  /frameworks/native/libs/gui/include/gui/
BufferQueueCore.h 116 bool dequeueBufferCannotBlock, int maxBufferCount) const;

Completed in 196 milliseconds