Searched refs:totalGain (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DPannerNode.cpp122 double totalGain = distanceConeGain(); local
126 m_lastGain = totalGain;
129 destination->copyWithGainFrom(*destination, &m_lastGain, totalGain);
H A DAudioBufferSourceNode.cpp135 float totalGain = gain()->value() * m_buffer->gain(); local
136 outputBus->copyWithGainFrom(*outputBus, &m_lastGain, totalGain);
/external/chromium_org/third_party/WebKit/Source/core/platform/audio/
H A DDynamicsCompressorKernel.cpp432 float totalGain = dryMix + wetMix * masterLinearGain * postWarpCompressorGain; local
444 destinationChannels[i][frameIndex] = delayBuffer[preDelayReadIndex] * totalGain;

Completed in 117 milliseconds