Home
last modified time | relevance | path

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

/external/oboe/src/flowgraph/resampler/
DMultiChannelResampler.cpp39 IntegerRatio ratio(builder.getInputRate(), builder.getOutputRate()); in MultiChannelResampler()
87 IntegerRatio ratio(getInputRate(), getOutputRate()); in build()
DPolyphaseResampler.cpp29 int32_t inputRate = builder.getInputRate(); in PolyphaseResampler()
DSincResampler.cpp31 generateCoefficients(builder.getInputRate(), in SincResampler()
DMultiChannelResampler.h130 int32_t getInputRate() const { in getInputRate() function