Home
last modified time | relevance | path

Searched refs:RESAMPLE_FIR_LERP_INT_BITS (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/services/audioflinger/audio-resampler/
DAudioResamplerCoefficients.cpp25 const int32_t RESAMPLE_FIR_LERP_INT_BITS = 7; variable
49 return RESAMPLE_FIR_LERP_INT_BITS; in readResampleFirLerpIntBits()
/frameworks/av/services/audioflinger/
DAudioResamplerSinc.h78 static const int32_t RESAMPLE_FIR_LERP_INT_BITS = 7; variable
DAudioResamplerSinc.cpp89 c->coefsBits = RESAMPLE_FIR_LERP_INT_BITS; in init_routine()