Home
last modified time | relevance | path

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

/external/oboe/src/flowgraph/resampler/
DREADME.md57 The resampler has a method isWriteNeeded() that tells you whether to write to or read from the resa…
61 if(resampler->isWriteNeeded()) {
85 if(resampler->isWriteNeeded()) {
DMultiChannelResampler.h164 bool isWriteNeeded() const { in isWriteNeeded() function
/external/oboe/src/flowgraph/
DSampleRateConverter.cpp55 if(mResampler.isWriteNeeded()) { in onProcess()
/external/oboe/samples/iolib/src/main/cpp/player/
DSampleBuffer.cpp80 if(resampler->isWriteNeeded()) { in resampleData()