HomeSort by relevance Sort by last modified time
    Searched refs:higherWaveData (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 270 float* higherWaveData = 0;
279 m_periodicWave->waveDataForFundamentalFrequency(frequency, lowerWaveData, higherWaveData, tableInterpolationFactor);
303 m_periodicWave->waveDataForFundamentalFrequency(frequency, lowerWaveData, higherWaveData, tableInterpolationFactor);
308 float sample1Higher = higherWaveData[readIndex];
309 float sample2Higher = higherWaveData[readIndex2];
PeriodicWave.cpp 101 void PeriodicWave::waveDataForFundamentalFrequency(float fundamentalFrequency, float* &lowerWaveData, float* &higherWaveData, float& tableInterpolationFactor)
123 higherWaveData = m_bandLimitedTables[rangeIndex1]->data();

Completed in 37 milliseconds