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

  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioNode.cpp 51 , m_lastProcessingTime(-1)
377 if (m_lastProcessingTime != currentTime) {
378 m_lastProcessingTime = currentTime; // important to first update this time because of feedback loops in the rendering graph
AudioNode.h 208 double m_lastProcessingTime;

Completed in 125 milliseconds