Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DBufferQueueProducer.cpp109 const int minBufferSlots = mCore->getMinMaxBufferCountLocked(false); in setBufferCount() local
110 if (bufferCount < minBufferSlots) { in setBufferCount()
112 "minimum %d", bufferCount, minBufferSlots); in setBufferCount()