Home
last modified time | relevance | path

Searched refs:normalizedCutoff (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libaaudio/src/flowgraph/resampler/
DMultiChannelResampler.h120 Builder *setNormalizedCutoff(float normalizedCutoff) { in setNormalizedCutoff() argument
121 mNormalizedCutoff = normalizedCutoff; in setNormalizedCutoff()
247 float normalizedCutoff);
DMultiChannelResampler.cpp133 float normalizedCutoff) { in generateCoefficients() argument
139 ? (normalizedCutoff * (float)outputRate / inputRate) in generateCoefficients()