OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:readResampleFirNumCoeff
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/services/audioflinger/audio-resampler/
AudioResamplerCoefficients.cpp
44
int32_t
readResampleFirNumCoeff
() {
/frameworks/av/services/audioflinger/
AudioResamplerSinc.cpp
360
readResampleFirNumCoeffFn
readResampleFirNumCoeff
;
365
readResampleFirNumCoeff
= (readResampleFirNumCoeffFn)
366
dlsym(resampleCoeffLib, "
readResampleFirNumCoeff
");
370
if (!readResampleCoefficients || !
readResampleFirNumCoeff
|| !readResampleFirLerpIntBits) {
385
c->halfNumCoefs =
readResampleFirNumCoeff
();
[
all
...]
Completed in 88 milliseconds