Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/oboe/src/flowgraph/resampler/
DMultiChannelResampler.cpp38 IntegerRatio ratio(builder.getInputRate(), builder.getOutputRate()); in MultiChannelResampler()
86 IntegerRatio ratio(getInputRate(), getOutputRate()); in build()
DPolyphaseResampler.cpp28 int32_t inputRate = builder.getInputRate(); in PolyphaseResampler()
DSincResampler.cpp30 generateCoefficients(builder.getInputRate(), in SincResampler()
DMultiChannelResampler.h128 int32_t getInputRate() const { in getInputRate() function