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

  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioBufferSourceNode.h 101 inline bool renderSilenceAndFinishIfNotLooping(AudioBus*, unsigned index, size_t framesToProcess);
AudioBufferSourceNode.cpp 141 bool AudioBufferSourceNode::renderSilenceAndFinishIfNotLooping(AudioBus*, unsigned index, size_t framesToProcess)
271 if (renderSilenceAndFinishIfNotLooping(bus, writeIndex, framesToProcess))
314 if (renderSilenceAndFinishIfNotLooping(bus, writeIndex, framesToProcess))

Completed in 3330 milliseconds