OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RESAMPLE_FIR_NUM_COEF
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/services/audioflinger/audio-resampler/
AudioResamplerCoefficients.cpp
24
const int32_t
RESAMPLE_FIR_NUM_COEF
= 16;
45
return
RESAMPLE_FIR_NUM_COEF
;
/frameworks/av/services/audioflinger/
AudioResamplerSinc.h
77
static const int32_t
RESAMPLE_FIR_NUM_COEF
= 8;
AudioResamplerSinc.cpp
343
c->halfNumCoefs =
RESAMPLE_FIR_NUM_COEF
;
[
all
...]
Completed in 324 milliseconds