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 275 float* lowerWaveData = 0;
283 m_periodicWave->waveDataForFundamentalFrequency(frequency, lowerWaveData, higherWaveData, tableInterpolationFactor);
307 m_periodicWave->waveDataForFundamentalFrequency(frequency, lowerWaveData, higherWaveData, tableInterpolationFactor);
310 float sample1Lower = lowerWaveData[readIndex];
311 float sample2Lower = lowerWaveData[readIndex2];
PeriodicWave.cpp 102 void PeriodicWave::waveDataForFundamentalFrequency(float fundamentalFrequency, float* &lowerWaveData, float* &higherWaveData, float& tableInterpolationFactor)
123 lowerWaveData = m_bandLimitedTables[rangeIndex2]->data();

Completed in 69 milliseconds