OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MaxRate
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/audio/
AudioResampler.h
54
// 0 < rate <=
MaxRate
58
static const double
MaxRate
;
AudioResampler.cpp
39
const double AudioResampler::
MaxRate
= 8.0;
116
m_rate = min(AudioResampler::
MaxRate
, rate);
Completed in 52 milliseconds