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

/frameworks/av/services/audioflinger/audio-resampler/
H A DAudioResamplerCoefficients.cpp24 const int32_t RESAMPLE_FIR_NUM_COEF = 16; variable
45 return RESAMPLE_FIR_NUM_COEF;
/frameworks/av/services/audioflinger/
H A DAudioResamplerSinc.h77 static const int32_t RESAMPLE_FIR_NUM_COEF = 8; member in class:android::AudioResamplerSinc
H A DAudioResamplerSinc.cpp98 c->halfNumCoefs = RESAMPLE_FIR_NUM_COEF;

Completed in 58 milliseconds