Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:readResampleFirNumCoeff

356     readResampleFirNumCoeffFn readResampleFirNumCoeff;
361 readResampleFirNumCoeff = (readResampleFirNumCoeffFn)
362 dlsym(resampleCoeffLib, "readResampleFirNumCoeff");
366 if (!readResampleCoefficients || !readResampleFirNumCoeff || !readResampleFirLerpIntBits) {
381 c->halfNumCoefs = readResampleFirNumCoeff();