Searched refs:_sendStatsTimer (Results 1 – 2 of 2) sorted by relevance
74 _sendStatsTimer(1000, clock_), in VideoSender()85 if (_sendStatsTimer.TimeUntilProcess() == 0) { in Process()86 _sendStatsTimer.Processed(); in Process()114 return _sendStatsTimer.TimeUntilProcess(); in TimeUntilNextProcess()
125 VCMProcessTimer _sendStatsTimer; variable