Searched refs:getOutputRate (Results 1 – 4 of 4) sorted by relevance
39 IntegerRatio ratio(builder.getInputRate(), builder.getOutputRate()); in MultiChannelResampler()87 IntegerRatio ratio(getInputRate(), getOutputRate()); in build()
30 int32_t outputRate = builder.getOutputRate(); in PolyphaseResampler()
32 builder.getOutputRate(), in SincResampler()
137 int32_t getOutputRate() const { in getOutputRate() function