Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/audio-resampler/
DAudioResamplerCoefficients.cpp48 int32_t readResampleFirLerpIntBits() { in readResampleFirLerpIntBits() function
/frameworks/av/services/audioflinger/
DAudioResamplerSinc.cpp361 readResampleFirLerpIntBitsFn readResampleFirLerpIntBits; in init_routine() local
367 readResampleFirLerpIntBits = (readResampleFirLerpIntBitsFn) in init_routine()
370 if (!readResampleCoefficients || !readResampleFirNumCoeff || !readResampleFirLerpIntBits) { in init_routine()
379 c->coefsBits = readResampleFirLerpIntBits(); in init_routine()