Searched refs:getInputRate (Results 1 – 4 of 4) sorted by relevance
39 IntegerRatio ratio(builder.getInputRate(), builder.getOutputRate()); in MultiChannelResampler()87 IntegerRatio ratio(getInputRate(), getOutputRate()); in build()
29 int32_t inputRate = builder.getInputRate(); in PolyphaseResampler()
31 generateCoefficients(builder.getInputRate(), in SincResampler()
130 int32_t getInputRate() const { in getInputRate() function