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 57 void waveDataForFundamentalFrequency(float, float* &lowerWaveData, float* &higherWaveData, float& tableInterpolationFactor);
OscillatorNode.cpp 272 float* lowerWaveData = 0;
280 m_periodicWave->waveDataForFundamentalFrequency(frequency, lowerWaveData, higherWaveData, tableInterpolationFactor);
304 m_periodicWave->waveDataForFundamentalFrequency(frequency, lowerWaveData, higherWaveData, tableInterpolationFactor);
307 float sample1Lower = lowerWaveData[readIndex];
308 float sample2Lower = lowerWaveData[readIndex2];
PeriodicWave.cpp 100 void PeriodicWave::waveDataForFundamentalFrequency(float fundamentalFrequency, float* &lowerWaveData, float* &higherWaveData, float& tableInterpolationFactor)
121 lowerWaveData = m_bandLimitedTables[rangeIndex2]->data();

Completed in 185 milliseconds