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

/frameworks/av/media/libaudioprocessing/audio-resampler/
H A DAudioResamplerCoefficients.cpp48 int32_t readResampleFirLerpIntBits() { function
/frameworks/av/media/libaudioprocessing/
H A DAudioResamplerSinc.cpp112 readResampleFirLerpIntBitsFn readResampleFirLerpIntBits; local
118 readResampleFirLerpIntBits = (readResampleFirLerpIntBitsFn)
119 dlsym(resampleCoeffLib, "readResampleFirLerpIntBits");
121 if (!readResampleCoefficients || !readResampleFirNumCoeff || !readResampleFirLerpIntBits) {
130 c->coefsBits = readResampleFirLerpIntBits();

Completed in 108 milliseconds