Searched refs:resampleCoeffLib (Results 1 – 1 of 1) sorted by relevance
105 void *resampleCoeffLib = dlopen("libaudio-resampler.so", RTLD_NOW); in init_routine() local106 ALOGV("Open libaudio-resampler library = %p", resampleCoeffLib); in init_routine()107 if (resampleCoeffLib == NULL) { in init_routine()116 dlsym(resampleCoeffLib, "readResamplerCoefficients"); in init_routine()118 dlsym(resampleCoeffLib, "readResampleFirNumCoeff"); in init_routine()120 dlsym(resampleCoeffLib, "readResampleFirLerpIntBits"); in init_routine()124 dlclose(resampleCoeffLib); in init_routine()125 resampleCoeffLib = NULL; in init_routine()