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

  /external/chromium_org/third_party/WebKit/Source/platform/audio/
DynamicsCompressorKernel.h 49 float* destinationChannels[],
DynamicsCompressorKernel.cpp 205 float* destinationChannels[],
444 destinationChannels[i][frameIndex] = delayBuffer[preDelayReadIndex] * totalGain;
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioBufferSourceNode.cpp 246 float** destinationChannels = m_destinationChannels.get();
262 memcpy(destinationChannels[i] + writeIndex, sourceChannels[i] + readIndex, sizeof(float) * framesThisTime);
298 float* destination = destinationChannels[i];

Completed in 447 milliseconds