Home
last modified time | relevance | path

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

/external/oboe/src/opensles/
DAudioStreamBuffered.cpp167 uint32_t fullFrames = mFifoBuffer->getFullFramesAvailable(); in transfer() local
169 int32_t emptyFrames = getBufferSizeInFrames() - static_cast<int32_t>(fullFrames); in transfer()