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

  /external/chromium_org/third_party/WebKit/Source/platform/audio/
AudioChannel.cpp 73 void AudioChannel::copyFromRange(const AudioChannel* sourceChannel, unsigned startFrame, unsigned endFrame)
AudioChannel.h 122 void copyFromRange(const AudioChannel* sourceChannel, unsigned startFrame, unsigned endFrame);
AudioBus.cpp 191 audioBus->channel(i)->copyFromRange(sourceBuffer->channel(i), startFrame, endFrame);

Completed in 3827 milliseconds