Home
last modified time | relevance | path

Searched refs:getFullFramesAvailable (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/oboe/src/fifo/
H A DFifoControllerBase.cpp32 uint32_t FifoControllerBase::getFullFramesAvailable() const { in getFullFramesAvailable() function in oboe::FifoControllerBase
56 return static_cast<uint32_t>(mTotalFrames - getFullFramesAvailable()); in getEmptyFramesAvailable()
H A DFifoBuffer.h65 uint32_t getFullFramesAvailable() { in getFullFramesAvailable() function in oboe::FifoBuffer
66 return mFifo->getFullFramesAvailable(); in getFullFramesAvailable()
H A DFifoControllerBase.h50 uint32_t getFullFramesAvailable() const;
H A DFifoBuffer.cpp75 uint32_t framesAvailable = mFifo->getFullFramesAvailable(); in read()
/third_party/skia/third_party/externals/oboe/src/opensles/
H A DAudioStreamBuffered.cpp150 uint32_t fullFrames = mFifoBuffer->getFullFramesAvailable(); in transfer()

Completed in 3 milliseconds