Searched refs:timeDiffMS (Results 1 - 2 of 2) 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);
H A Dcpu_mac.h38 WebRtc_Word32 Update(WebRtc_Word64 timeDiffMS);

Completed in 205 milliseconds