Searched refs:m_gain (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/webaudio/
H A DAudioBuffer.h60 double gain() const { return m_gain; }
61 void setGain(double gain) { m_gain = gain; }
72 double m_gain; // scalar gain member in class:WebCore::AudioBuffer
H A DAudioGainNode.h55 AudioGain* gain() { return m_gain.get(); }
61 RefPtr<AudioGain> m_gain; member in class:WebCore::AudioGainNode
H A DAudioBufferSourceNode.h77 AudioGain* gain() { return m_gain.get(); }
90 RefPtr<AudioGain> m_gain; member in class:WebCore::AudioBufferSourceNode
H A DAudioBuffer.cpp57 : m_gain(1.0)
70 : m_gain(1.0)
H A DAudioGainNode.cpp41 m_gain = AudioGain::create("gain", 1.0, 0.0, 1.0);
H A DAudioBufferSourceNode.cpp65 m_gain = AudioGain::create("gain", 1.0, 0.0, 1.0);

Completed in 238 milliseconds