OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:maxAbsValue
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/audio/
AudioChannel.cpp
90
float AudioChannel::
maxAbsValue
() const
AudioBus.cpp
168
float AudioBus::
maxAbsValue
() const
173
max = std::max(max, channel->
maxAbsValue
());
181
float max =
maxAbsValue
();
Completed in 48 milliseconds