OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kMinFreq
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libeffects/testlibs/
AudioEqualizer.h
206
static const int
kMinFreq
= 20000;
/external/lzma/CPP/7zip/UI/Common/
Bench.cpp
75
const UInt64
kMinFreq
= (UInt64)1000000 * 4;
77
if (cpuFreq <
kMinFreq
&& !isSpecifiedFreq)
78
cpuFreq =
kMinFreq
;
[
all
...]
Completed in 1906 milliseconds