Searched defs:timeDiffMS (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/src/system_wrappers/source/
H A Dcpu_mac.cc85 WebRtc_Word64 timeDiffMS = now - _lastTime; local
86 if(timeDiffMS >= 500)
88 if(Update(timeDiffMS) != 0)
100 WebRtc_Word32 CpuWrapperMac::Update(WebRtc_Word64 timeDiffMS) argument
127 if(timeDiffMS <= 0)
133 timeDiffMS);

Completed in 504 milliseconds