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

  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
PeriodicWave.h 59 void waveDataForFundamentalFrequency(float, float* &lowerWaveData, float* &higherWaveData, float& tableInterpolationFactor);
OscillatorNode.cpp 271 float* lowerWaveData = 0;
279 m_periodicWave->waveDataForFundamentalFrequency(frequency, lowerWaveData, higherWaveData, tableInterpolationFactor);
303 m_periodicWave->waveDataForFundamentalFrequency(frequency, lowerWaveData, higherWaveData, tableInterpolationFactor);
306 float sample1Lower = lowerWaveData[readIndex];
307 float sample2Lower = lowerWaveData[readIndex2];
PeriodicWave.cpp 101 void PeriodicWave::waveDataForFundamentalFrequency(float fundamentalFrequency, float* &lowerWaveData, float* &higherWaveData, float& tableInterpolationFactor)
122 lowerWaveData = m_bandLimitedTables[rangeIndex2]->data();

Completed in 529 milliseconds