Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/audio/
DAudioBus.h139 …void processWithGainFromMonoStereo(const AudioBus &sourceBus, double* lastMixGain, double targetGa…
DAudioBus.cpp232 void AudioBus::processWithGainFromMonoStereo(const AudioBus &sourceBus, double* lastMixGain, double… in processWithGainFromMonoStereo() function in WebCore::AudioBus
346 processWithGainFromMonoStereo(sourceBus, lastMixGain, targetGain, sumToBus); in processWithGainFrom()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0662336 (WebCore::AudioBus::processWithGainFromMonoStereo):