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

/frameworks/av/services/audioflinger/
H A DAudioResamplerSinc.cpp349 void *resampleCoeffLib = dlopen("libaudio-resampler.so", RTLD_NOW); local
350 ALOGV("Open libaudio-resampler library = %p", resampleCoeffLib);
351 if (resampleCoeffLib == NULL) {
360 dlsym(resampleCoeffLib, "readResamplerCoefficients");
362 dlsym(resampleCoeffLib, "readResampleFirNumCoeff");
364 dlsym(resampleCoeffLib, "readResampleFirLerpIntBits");
368 dlclose(resampleCoeffLib);
369 resampleCoeffLib = NULL;
384 // note that we "leak" resampleCoeffLib until the process exits

Completed in 95 milliseconds