Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DACodec.cpp1179 for (OMX_U32 extraBuffers = 2 + 1; /* condition inside loop */; extraBuffers--) { in configureOutputBuffersFromNativeWindow() local
1181 def.nBufferCountMin + *minUndequeuedBuffers + extraBuffers; in configureOutputBuffersFromNativeWindow()
1187 *minUndequeuedBuffers += extraBuffers; in configureOutputBuffersFromNativeWindow()
1194 if (extraBuffers == 0) { in configureOutputBuffersFromNativeWindow()