Home
last modified time | relevance | path

Searched refs:_sendStatsTimer (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/
Dvideo_sender.cc40 _sendStatsTimer(1000, clock_), in VideoSender()
58 if (_sendStatsTimer.TimeUntilProcess() == 0) { in Process()
59 _sendStatsTimer.Processed(); in Process()
79 return _sendStatsTimer.TimeUntilProcess(); in TimeUntilNextProcess()
Dvideo_coding_impl.h115 VCMProcessTimer _sendStatsTimer; variable