HomeSort by relevance Sort by last modified time
    Searched refs:copyWithGainFrom (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/webaudio/
AudioGainNode.cpp 68 outputBus->copyWithGainFrom(*inputBus, &m_lastGain, gain()->value());
AudioPannerNode.cpp 119 destination->copyWithGainFrom(*destination, &m_lastGain, totalGain);
AudioBufferSourceNode.cpp 128 outputBus->copyWithGainFrom(*outputBus, &m_lastGain, totalGain);
  /external/webkit/Source/WebCore/platform/audio/
AudioBus.h 124 void copyWithGainFrom(const AudioBus &sourceBus, double* lastMixGain, double targetGain);
AudioBus.cpp 356 void AudioBus::copyWithGainFrom(const AudioBus &sourceBus, double* lastMixGain, double targetGain)

Completed in 81 milliseconds