Searched refs:timeToNext (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/webrtc/voice_engine/
H A Dmonitor_module.cc65 int32_t timeToNext = local
67 return (timeToNext);
/external/chromium_org/third_party/webrtc/modules/utility/source/
H A Dprocess_thread_impl.cc138 int32_t timeToNext = (*iter)->TimeUntilNextProcess(); local
139 if(minTimeToNext > timeToNext)
141 minTimeToNext = timeToNext;
162 int32_t timeToNext = (*iter)->TimeUntilNextProcess(); local
163 if(timeToNext < 1)
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtcp_sender.cc1729 int32_t timeToNext = RTCP_INTERVAL_AUDIO_MS; local
1733 timeToNext = (RTCP_INTERVAL_AUDIO_MS/2) +
1749 timeToNext = (minIntervalMs/2) + (minIntervalMs*random/1000);
1751 _nextTimeToSendRTCP = _clock->TimeInMilliseconds() + timeToNext;

Completed in 357 milliseconds