Searched refs:processWithGainFrom (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/audio/
H A DAudioBus.h138 void processWithGainFrom(const AudioBus &sourceBus, double* lastMixGain, double targetGain, bool sumToBus);
H A DAudioBus.cpp335 void AudioBus::processWithGainFrom(const AudioBus &sourceBus, double* lastMixGain, double targetGain, bool sumToBus) function in class:WebCore::AudioBus
358 processWithGainFrom(sourceBus, lastMixGain, targetGain, false);
363 processWithGainFrom(sourceBus, lastMixGain, targetGain, true);

Completed in 19 milliseconds