Searched refs:testFir (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libaudioprocessing/
H A DAudioResamplerFirGen.h524 static void testFir(const T* coef, int L, int halfNumCoef, function in namespace:android
600 static void testFir(const T* coef, int L, int halfNumCoef, function in namespace:android
605 testFir(coef, L, halfNumCoef, 0., fp, passSteps, fmin, fmax);
610 testFir(coef, L, halfNumCoef, fs, 0.5, stopSteps, fmin, fmax);
H A DAudioResamplerDyn.cpp308 testFir(coefs, c.mL, c.mHalfNumCoefs, fp, fs, passSteps, passSteps * c.ML /*stopSteps*/,
/frameworks/av/media/libaudioprocessing/tests/
H A Dresampler_tests.cpp287 android::testFir(coefs, phases, halfLength, fp / phases, fs / phases,

Completed in 156 milliseconds