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

  /external/webkit/Source/WebCore/platform/audio/
AudioChannel.cpp 60 void AudioChannel::copyFromRange(const AudioChannel* sourceChannel, unsigned startFrame, unsigned endFrame)
AudioChannel.h 95 void copyFromRange(const AudioChannel* sourceChannel, unsigned startFrame, unsigned endFrame);
AudioBus.cpp 163 audioBus->channel(i)->copyFromRange(sourceBuffer->channel(i), startFrame, endFrame);

Completed in 15 milliseconds