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

/external/webkit/Source/WebCore/platform/audio/
H A DAudioChannel.cpp90 float AudioChannel::maxAbsValue() const function in class:WebCore::AudioChannel
H A DAudioBus.cpp168 float AudioBus::maxAbsValue() const function in class:WebCore::AudioBus
173 max = std::max(max, channel->maxAbsValue());
181 float max = maxAbsValue();

Completed in 101 milliseconds