Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/audio-resampler/
DAudioResamplerCoefficients.cpp24 const int32_t RESAMPLE_FIR_NUM_COEF = 16; variable
45 return RESAMPLE_FIR_NUM_COEF; in readResampleFirNumCoeff()
/frameworks/av/services/audioflinger/
DAudioResamplerSinc.h77 static const int32_t RESAMPLE_FIR_NUM_COEF = 8; variable
DAudioResamplerSinc.cpp98 c->halfNumCoefs = RESAMPLE_FIR_NUM_COEF; in init_routine()