Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/oboe/src/flowgraph/
DFlowGraphNode.cpp77 numFrames = std::min(getFramesPerBuffer(), numFrames); in pullData()
97 ? std::min(getFramesPerBuffer(), numFrames) in pullData()
DSampleRateConverter.cpp38 mNumValidInputFrames = input.pullData(mInputCallCount, input.getFramesPerBuffer()); in isInputAvailable()
DFlowGraphNode.h203 int32_t getFramesPerBuffer() const { in getFramesPerBuffer() function
/third_party/skia/third_party/externals/oboe/src/common/
DSourceI16Caller.h35 mConversionBuffer = std::make_unique<int16_t[]>(channelCount * output.getFramesPerBuffer()); in SourceI16Caller()