HomeSort by relevance Sort by last modified time
    Searched refs:_sendStatsTimer (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/video_coding/
video_sender.cc 40 _sendStatsTimer(1000, clock_),
58 if (_sendStatsTimer.TimeUntilProcess() == 0) {
59 _sendStatsTimer.Processed();
79 return _sendStatsTimer.TimeUntilProcess();
video_coding_impl.h 115 VCMProcessTimer _sendStatsTimer;

Completed in 516 milliseconds