OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kStateSizeMultipleOfFilterLength
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/services/audioflinger/
AudioResamplerDyn.h
101
static const int
kStateSizeMultipleOfFilterLength
= 4;
AudioResamplerDyn.cpp
85
size_t stateCount = halfNumCoefs * CHANNELS * 2 *
kStateSizeMultipleOfFilterLength
;
Completed in 126 milliseconds