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 53 , m_lastProcessingTime(-1)
382 if (m_lastProcessingTime != currentTime) {
383 m_lastProcessingTime = currentTime; // important to first update this time because of feedback loops in the rendering graph
AudioNode.h 211 double m_lastProcessingTime;

Completed in 92 milliseconds