Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DBufferQueueProducer.cpp1353 size_t newBufferCount = 0; in allocateBuffers() local
1371 newBufferCount = mCore->mFreeSlots.empty() ? 0 : 1; in allocateBuffers()
1372 if (newBufferCount == 0) { in allocateBuffers()
1386 for (size_t i = 0; i < newBufferCount; ++i) { in allocateBuffers()
1420 for (size_t i = 0; i < newBufferCount; ++i) { in allocateBuffers()
/frameworks/av/media/libstagefright/
DACodec.cpp1182 OMX_U32 newBufferCount = in configureOutputBuffersFromNativeWindow() local
1184 def.nBufferCountActual = newBufferCount; in configureOutputBuffersFromNativeWindow()
1194 mComponentName.c_str(), newBufferCount, err); in configureOutputBuffersFromNativeWindow()