OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RESAMPLE_FIR_LERP_INT_BITS
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/services/audioflinger/audio-resampler/
AudioResamplerCoefficients.cpp
25
const int32_t
RESAMPLE_FIR_LERP_INT_BITS
= 7;
49
return
RESAMPLE_FIR_LERP_INT_BITS
;
/frameworks/av/services/audioflinger/
AudioResamplerSinc.h
78
static const int32_t
RESAMPLE_FIR_LERP_INT_BITS
= 7;
AudioResamplerSinc.cpp
338
c->coefsBits =
RESAMPLE_FIR_LERP_INT_BITS
;
[
all
...]
Completed in 42 milliseconds