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

  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
remote_bitrate_estimator_unittest_helper.h 100 int64_t next_rtcp_time_; member in class:webrtc::testing::RtpStream
remote_bitrate_estimator_unittest_helper.cc 41 next_rtcp_time_(rtcp_receive_time),
83 if (time_now_us < next_rtcp_time_) {
94 next_rtcp_time_ = time_now_us + kRtcpIntervalUs;

Completed in 58 milliseconds