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

/frameworks/av/services/audioflinger/audio-resampler/
H A DAudioResamplerCoefficients.cpp26 const int32_t RESAMPLE_FIR_LERP_INT_BITS = 7; variable
51 return RESAMPLE_FIR_LERP_INT_BITS;
/frameworks/av/services/audioflinger/
H A DAudioResamplerSinc.h74 static const int32_t RESAMPLE_FIR_LERP_INT_BITS = 4; member in class:android::AudioResamplerSinc
H A DAudioResamplerSinc.cpp81 c->coefsBits = RESAMPLE_FIR_LERP_INT_BITS;

Completed in 70 milliseconds