Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioprocessing/tests/
Dresampler_tests.cpp254 std::unique_ptr<ResamplerType> rdyn( in testFilterResponse() local
261 rdyn->setSampleRate(inputFreq); in testFilterResponse()
264 const int phases = rdyn->getPhases(); in testFilterResponse()
265 const int halfLength = rdyn->getHalfLength(); in testFilterResponse()
266 const float *coefs = rdyn->getFilterCoefs(); in testFilterResponse()
267 const double fcr = rdyn->getNormalizedCutoffFrequency(); in testFilterResponse()
268 const double tbw = rdyn->getNormalizedTransitionBandwidth(); in testFilterResponse()
269 const double attenuation = rdyn->getFilterAttenuation(); in testFilterResponse()
270 const double stopbandDb = rdyn->getStopbandAttenuationDb(); in testFilterResponse()
271 const double passbandDb = rdyn->getPassbandRippleDb(); in testFilterResponse()