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

  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioNode.h 138 // processIfNecessary() is called by our output(s) when the rendering graph needs this AudioNode to process.
142 void processIfNecessary(size_t framesToProcess);
195 // Called by processIfNecessary() to cause all parts of the rendering graph connected to us to process.
AudioNodeOutput.cpp 136 // In this case pull() is called multiple times per rendering quantum, and the processIfNecessary() call below will
143 node()->processIfNecessary(framesToProcess);
AudioNode.cpp 370 void AudioNode::processIfNecessary(size_t framesToProcess)
AudioContext.cpp 847 m_renderingAutomaticPullNodes[i]->processIfNecessary(framesToProcess);

Completed in 34 milliseconds