Searched refs:TimeUntilProcess (Results 1 - 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/
H A Dvideo_receiver.cc69 if (_receiveStatsTimer.TimeUntilProcess() == 0) {
103 if (_keyRequestTimer.TimeUntilProcess() == 0) {
121 if (_retransmissionTimer.TimeUntilProcess() == 0) {
154 int64_t timeUntilNextProcess = _receiveStatsTimer.TimeUntilProcess();
159 VCM_MIN(timeUntilNextProcess, _retransmissionTimer.TimeUntilProcess());
162 VCM_MIN(timeUntilNextProcess, _keyRequestTimer.TimeUntilProcess());
H A Dvideo_sender.cc58 if (_sendStatsTimer.TimeUntilProcess() == 0) {
79 return _sendStatsTimer.TimeUntilProcess();
H A Dvideo_coding_impl.h45 int64_t TimeUntilProcess() const;
H A Dvideo_coding_impl.cc30 int64_t VCMProcessTimer::TimeUntilProcess() const { function in class:webrtc::vcm::VCMProcessTimer

Completed in 88 milliseconds