Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dremote_bitrate_estimator_unittest_helper.h93 enum { kRtcpIntervalUs = 1000000 }; enumerator
Dremote_bitrate_estimator_unittest_helper.cc94 next_rtcp_time_ = time_now_us + kRtcpIntervalUs; in Rtcp()