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

  /external/webkit/Source/WebCore/platform/audio/
AudioChannel.cpp 90 float AudioChannel::maxAbsValue() const
AudioChannel.h 101 float maxAbsValue() const;
AudioBus.h 128 float maxAbsValue() const;
AudioBus.cpp 168 float AudioBus::maxAbsValue() const
173 max = std::max(max, channel->maxAbsValue());
181 float max = maxAbsValue();

Completed in 32 milliseconds