OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxAbsValue
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/audio/
AudioChannel.cpp
119
float AudioChannel::
maxAbsValue
() const
AudioChannel.h
128
float
maxAbsValue
() const;
AudioBus.h
142
float
maxAbsValue
() const;
AudioBus.cpp
193
float AudioBus::
maxAbsValue
() const
198
max = std::max(max, channel->
maxAbsValue
());
206
float max =
maxAbsValue
();
Completed in 53 milliseconds