Searched refs:TimeUntilProcess (Results 1 – 4 of 4) sorted by relevance
69 if (_receiveStatsTimer.TimeUntilProcess() == 0) { in Process()103 if (_keyRequestTimer.TimeUntilProcess() == 0) { in Process()121 if (_retransmissionTimer.TimeUntilProcess() == 0) { in Process()154 int64_t timeUntilNextProcess = _receiveStatsTimer.TimeUntilProcess(); in TimeUntilNextProcess()159 VCM_MIN(timeUntilNextProcess, _retransmissionTimer.TimeUntilProcess()); in TimeUntilNextProcess()162 VCM_MIN(timeUntilNextProcess, _keyRequestTimer.TimeUntilProcess()); in TimeUntilNextProcess()
58 if (_sendStatsTimer.TimeUntilProcess() == 0) { in Process()79 return _sendStatsTimer.TimeUntilProcess(); in TimeUntilNextProcess()
45 int64_t TimeUntilProcess() const;
30 int64_t VCMProcessTimer::TimeUntilProcess() const { in TimeUntilProcess() function in webrtc::vcm::VCMProcessTimer