Home
last modified time | relevance | path

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

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