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

/frameworks/av/services/audioflinger/
H A DAudioResamplerFirGen.h524 static void testFir(const T* coef, int L, int halfNumCoef, function in namespace:android
596 static void testFir(const T* coef, int L, int halfNumCoef, function in namespace:android
601 testFir(coef, L, halfNumCoef, 0., fp, passSteps, fmin, fmax);
606 testFir(coef, L, halfNumCoef, fs, 0.5, stopSteps, fmin, fmax);

Completed in 264 milliseconds