Home
last modified time | relevance | path

Searched refs:mBasicWaveFormCache (Results 1 – 18 of 18) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/webaudio/
H A DOscillatorNode.cpp48 mBasicWaveFormCache = aDestination->Context()->GetBasicWaveFormCache(); in OscillatorNodeEngine()
121 mPeriodicWave = mBasicWaveFormCache->GetBasicWaveForm(mType); in SetInt32Parameter()
404 RefPtr<BasicWaveFormCache> mBasicWaveFormCache; member in mozilla::dom::OscillatorNodeEngine
H A DAudioContext.cpp1208 if (!mBasicWaveFormCache) { in GetBasicWaveFormCache()
1209 mBasicWaveFormCache = new BasicWaveFormCache(SampleRate()); in GetBasicWaveFormCache()
1211 return mBasicWaveFormCache; in GetBasicWaveFormCache()
H A DAudioContext.h364 RefPtr<BasicWaveFormCache> mBasicWaveFormCache; variable
/dports/www/firefox-esr/firefox-91.8.0/dom/media/webaudio/
H A DOscillatorNode.cpp45 mBasicWaveFormCache = aDestination->Context()->GetBasicWaveFormCache(); in OscillatorNodeEngine()
109 mPeriodicWave = mBasicWaveFormCache->GetBasicWaveForm(mType); in SetInt32Parameter()
364 RefPtr<BasicWaveFormCache> mBasicWaveFormCache; member in mozilla::dom::OscillatorNodeEngine
H A DAudioContext.cpp1288 if (!mBasicWaveFormCache) { in GetBasicWaveFormCache()
1289 mBasicWaveFormCache = new BasicWaveFormCache(SampleRate()); in GetBasicWaveFormCache()
1291 return mBasicWaveFormCache; in GetBasicWaveFormCache()
H A DAudioContext.h407 RefPtr<BasicWaveFormCache> mBasicWaveFormCache; variable
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/webaudio/
H A DOscillatorNode.cpp46 mBasicWaveFormCache = aDestination->Context()->GetBasicWaveFormCache(); in OscillatorNodeEngine()
110 mPeriodicWave = mBasicWaveFormCache->GetBasicWaveForm(mType); in SetInt32Parameter()
365 RefPtr<BasicWaveFormCache> mBasicWaveFormCache; member in mozilla::dom::OscillatorNodeEngine
H A DAudioContext.cpp1286 if (!mBasicWaveFormCache) { in GetBasicWaveFormCache()
1287 mBasicWaveFormCache = new BasicWaveFormCache(SampleRate()); in GetBasicWaveFormCache()
1289 return mBasicWaveFormCache; in GetBasicWaveFormCache()
H A DAudioContext.h408 RefPtr<BasicWaveFormCache> mBasicWaveFormCache; variable
/dports/www/firefox/firefox-99.0/dom/media/webaudio/
H A DOscillatorNode.cpp45 mBasicWaveFormCache = aDestination->Context()->GetBasicWaveFormCache(); in OscillatorNodeEngine()
109 mPeriodicWave = mBasicWaveFormCache->GetBasicWaveForm(mType); in SetInt32Parameter()
364 RefPtr<BasicWaveFormCache> mBasicWaveFormCache; member in mozilla::dom::OscillatorNodeEngine
H A DAudioContext.cpp1347 if (!mBasicWaveFormCache) { in GetBasicWaveFormCache()
1348 mBasicWaveFormCache = new BasicWaveFormCache(SampleRate()); in GetBasicWaveFormCache()
1350 return mBasicWaveFormCache; in GetBasicWaveFormCache()
H A DAudioContext.h419 RefPtr<BasicWaveFormCache> mBasicWaveFormCache; variable
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/webaudio/
H A DOscillatorNode.cpp45 mBasicWaveFormCache = aDestination->Context()->GetBasicWaveFormCache(); in OscillatorNodeEngine()
109 mPeriodicWave = mBasicWaveFormCache->GetBasicWaveForm(mType); in SetInt32Parameter()
364 RefPtr<BasicWaveFormCache> mBasicWaveFormCache; member in mozilla::dom::OscillatorNodeEngine
H A DAudioContext.cpp1288 if (!mBasicWaveFormCache) { in GetBasicWaveFormCache()
1289 mBasicWaveFormCache = new BasicWaveFormCache(SampleRate()); in GetBasicWaveFormCache()
1291 return mBasicWaveFormCache; in GetBasicWaveFormCache()
H A DAudioContext.h407 RefPtr<BasicWaveFormCache> mBasicWaveFormCache; variable
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/webaudio/
H A DOscillatorNode.cpp46 mBasicWaveFormCache = aDestination->Context()->GetBasicWaveFormCache(); in OscillatorNodeEngine()
110 mPeriodicWave = mBasicWaveFormCache->GetBasicWaveForm(mType); in SetInt32Parameter()
365 RefPtr<BasicWaveFormCache> mBasicWaveFormCache; member in mozilla::dom::OscillatorNodeEngine
H A DAudioContext.cpp1013 if (!mBasicWaveFormCache) { in GetBasicWaveFormCache()
1014 mBasicWaveFormCache = new BasicWaveFormCache(SampleRate()); in GetBasicWaveFormCache()
1016 return mBasicWaveFormCache; in GetBasicWaveFormCache()
H A DAudioContext.h339 RefPtr<BasicWaveFormCache> mBasicWaveFormCache; variable