Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:readResampleFirNumCoeff

360     readResampleFirNumCoeffFn readResampleFirNumCoeff;
365 readResampleFirNumCoeff = (readResampleFirNumCoeffFn)
366 dlsym(resampleCoeffLib, "readResampleFirNumCoeff");
370 if (!readResampleCoefficients || !readResampleFirNumCoeff || !readResampleFirLerpIntBits) {
385 c->halfNumCoefs = readResampleFirNumCoeff();