Searched defs:maxAbsValue (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/platform/audio/
H A DAudioChannel.cpp119 float AudioChannel::maxAbsValue() const function in class:WebCore::AudioChannel
H A DAudioBus.cpp194 float AudioBus::maxAbsValue() const function in class:WebCore::AudioBus
199 max = std::max(max, channel->maxAbsValue());
207 float max = maxAbsValue();

Completed in 105 milliseconds