Home
last modified time | relevance | path

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

/external/oboe/apps/OboeTester/app/src/main/cpp/
DInputStreamCallbackAnalyzer.h59 mMinimumFramesBeforeRead = numFrames; in setMinimumFramesBeforeRead()
63 return mMinimumFramesBeforeRead; in getMinimumFramesBeforeRead()
71 int32_t mMinimumFramesBeforeRead = 0;
DFullDuplexStream.h80 mMinimumFramesBeforeRead = numFrames; in setMinimumFramesBeforeRead()
84 return mMinimumFramesBeforeRead; in getMinimumFramesBeforeRead()
95 int32_t mMinimumFramesBeforeRead = 0; variable
DFullDuplexStream.cpp64 if (framesAvailable >= mMinimumFramesBeforeRead) { in onAudioReady()
80 if (framesAvailable >= mMinimumFramesBeforeRead) { in onAudioReady()
DInputStreamCallbackAnalyzer.cpp56 audioStream->waitForAvailableFrames(mMinimumFramesBeforeRead, oboe::kNanosPerSecond); in onAudioReady()
DNativeAudioContext.h329 mMinimumFramesBeforeRead = numFrames; in setMinimumFramesBeforeRead()
333 return mMinimumFramesBeforeRead; in getMinimumFramesBeforeRead()
343 int32_t mMinimumFramesBeforeRead = 0; variable
DNativeAudioContext.cpp449 auto err = oboeStream->waitForAvailableFrames(mMinimumFramesBeforeRead, kNanosPerSecond); in runBlockingIO()