Lines Matching refs:ms
11 // System independant wrapper for polling elapsed time in ms and us.
41 // Now in the time domain in ms.
49 static WebRtc_Word64 MillisecondsToTicks(const WebRtc_Word64 ms);
242 inline WebRtc_Word64 TickTime::MillisecondsToTicks(const WebRtc_Word64 ms)
248 return (qpfreq.QuadPart * ms) / 1000;
250 return ms;
253 return ms * 1000000LL;
255 return ms * 1000LL;
299 // _interval is in ms
319 // _interval is in ms