HomeSort by relevance Sort by last modified time
    Searched refs:maxAbsValue (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/audio/
AudioChannel.cpp 119 float AudioChannel::maxAbsValue() const
AudioChannel.h 127 float maxAbsValue() const;
AudioBus.h 142 float maxAbsValue() const;
AudioBus.cpp 194 float AudioBus::maxAbsValue() const
199 max = std::max(max, channel->maxAbsValue());
207 float max = maxAbsValue();

Completed in 43 milliseconds