Searched refs:getOutputRate (Results 1 – 4 of 4) sorted by relevance
38 IntegerRatio ratio(builder.getInputRate(), builder.getOutputRate()); in MultiChannelResampler()86 IntegerRatio ratio(getInputRate(), getOutputRate()); in build()
29 int32_t outputRate = builder.getOutputRate(); in PolyphaseResampler()
31 builder.getOutputRate(), in SincResampler()
132 int32_t getOutputRate() const { in getOutputRate() function