Home
last modified time | relevance | path

Searched refs:processWithGainFrom (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/audio/
DAudioBus.cpp335 void AudioBus::processWithGainFrom(const AudioBus &sourceBus, double* lastMixGain, double targetGai… in processWithGainFrom() function in WebCore::AudioBus
358 processWithGainFrom(sourceBus, lastMixGain, targetGain, false); in copyWithGainFrom()
363 processWithGainFrom(sourceBus, lastMixGain, targetGain, true); in sumWithGainFrom()
DAudioBus.h138 …void processWithGainFrom(const AudioBus &sourceBus, double* lastMixGain, double targetGain, bool s…
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0662337 (WebCore::AudioBus::processWithGainFrom):