Searched refs:processWithGainFrom (Results 1 – 3 of 3) sorted by relevance
/external/webkit/Source/WebCore/platform/audio/ |
D | AudioBus.cpp | 335 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()
|
D | AudioBus.h | 138 …void processWithGainFrom(const AudioBus &sourceBus, double* lastMixGain, double targetGain, bool s…
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 62337 (WebCore::AudioBus::processWithGainFrom):
|