Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DBufferQueueProducer.cpp165 const int minBufferSlots = mCore->getMinMaxBufferCountLocked(); in setMaxDequeuedBufferCount() local
166 if (bufferCount < minBufferSlots) { in setMaxDequeuedBufferCount()
168 "less than minimum %d", bufferCount, minBufferSlots); in setMaxDequeuedBufferCount()