Home
last modified time | relevance | path

Searched refs:maxAbsValue (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/platform/audio/
DAudioBus.cpp168 float AudioBus::maxAbsValue() const in maxAbsValue() function in WebCore::AudioBus
173 max = std::max(max, channel->maxAbsValue()); in maxAbsValue()
181 float max = maxAbsValue(); in normalize()
DAudioChannel.h101 float maxAbsValue() const;
DAudioChannel.cpp90 float AudioChannel::maxAbsValue() const in maxAbsValue() function in WebCore::AudioChannel
DAudioBus.h128 float maxAbsValue() const;
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0662293 (WebCore::AudioChannel::maxAbsValue):
62331 (WebCore::AudioBus::maxAbsValue):