OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_lastProcessingTime
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/webaudio/
AudioNode.cpp
43
,
m_lastProcessingTime
(-1.0)
158
if (
m_lastProcessingTime
!= currentTime) {
159
m_lastProcessingTime
= currentTime; // important to first update this time because of feedback loops in the rendering graph
AudioNode.h
153
double
m_lastProcessingTime
;
Completed in 57 milliseconds