HomeSort by relevance Sort by last modified time
    Searched refs:testFir (Results 1 - 2 of 2) sorted by null

  /frameworks/av/services/audioflinger/
AudioResamplerFirGen.h 521 static void testFir(const T* coef, int L, int halfNumCoef,
593 static void testFir(const T* coef, int L, int halfNumCoef,
598 testFir(coef, L, halfNumCoef, 0., fp, passSteps, fmin, fmax);
603 testFir(coef, L, halfNumCoef, fs, 0.5, stopSteps, fmin, fmax);
AudioResamplerDyn.cpp 243 testFir(buf, c.mL, c.mHalfNumCoefs, fp, fs, /*passSteps*/ 1000, /*stopSteps*/ 100000,

Completed in 182 milliseconds