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 105 inline bool renderSilenceAndFinishIfNotLooping(AudioBus*, unsigned index, size_t framesToProcess);
AudioBufferSourceNode.cpp 147 bool AudioBufferSourceNode::renderSilenceAndFinishIfNotLooping(AudioBus*, unsigned index, size_t framesToProcess)
277 if (renderSilenceAndFinishIfNotLooping(bus, writeIndex, framesToProcess))
320 if (renderSilenceAndFinishIfNotLooping(bus, writeIndex, framesToProcess))

Completed in 24 milliseconds