Searched refs:TimeUntilProcess (Results 1 – 4 of 4) sorted by relevance
77 if (_receiveStatsTimer.TimeUntilProcess() == 0) { in Process()119 if (_keyRequestTimer.TimeUntilProcess() == 0) { in Process()137 if (_retransmissionTimer.TimeUntilProcess() == 0) { in Process()165 uint32_t timeUntilNextProcess = _receiveStatsTimer.TimeUntilProcess(); in TimeUntilNextProcess()171 VCM_MIN(timeUntilNextProcess, _retransmissionTimer.TimeUntilProcess()); in TimeUntilNextProcess()174 VCM_MIN(timeUntilNextProcess, _keyRequestTimer.TimeUntilProcess()); in TimeUntilNextProcess()
85 if (_sendStatsTimer.TimeUntilProcess() == 0) { in Process()114 return _sendStatsTimer.TimeUntilProcess(); in TimeUntilNextProcess()
45 uint32_t TimeUntilProcess() const;
30 VCMProcessTimer::TimeUntilProcess() const { in TimeUntilProcess() function in webrtc::vcm::VCMProcessTimer