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

/frameworks/av/services/audioflinger/
H A DAudioResamplerSinc.cpp353 void *resampleCoeffLib = dlopen("libaudio-resampler.so", RTLD_NOW); local
354 ALOGV("Open libaudio-resampler library = %p", resampleCoeffLib);
355 if (resampleCoeffLib == NULL) {
364 dlsym(resampleCoeffLib, "readResamplerCoefficients");
366 dlsym(resampleCoeffLib, "readResampleFirNumCoeff");
368 dlsym(resampleCoeffLib, "readResampleFirLerpIntBits");
372 dlclose(resampleCoeffLib);
373 resampleCoeffLib = NULL;
388 // note that we "leak" resampleCoeffLib until the process exits

Completed in 31 milliseconds