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

  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioContext.cpp 164 m_renderingAutomaticPullNodes.resize(m_automaticPullNodes.size());
165 ASSERT(!m_renderingAutomaticPullNodes.size());
764 // modify m_renderingAutomaticPullNodes.
899 // Copy from m_automaticPullNodes to m_renderingAutomaticPullNodes.
900 m_renderingAutomaticPullNodes.resize(m_automaticPullNodes.size());
905 m_renderingAutomaticPullNodes[j] = output;
916 for (unsigned i = 0; i < m_renderingAutomaticPullNodes.size(); ++i)
917 m_renderingAutomaticPullNodes[i]->processIfNecessary(framesToProcess);
AudioContext.h 292 // For the sake of thread safety, we maintain a seperate Vector of automatic pull nodes for rendering in m_renderingAutomaticPullNodes.
295 Vector<AudioNode*> m_renderingAutomaticPullNodes;

Completed in 74 milliseconds