Searched refs:rtt_ (Results 1 - 8 of 8) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
H A Dreference_picture_selection.cc28 rtt_(0) {}
38 rtt_ = 0;
57 if (TimestampDiff(now_ts, last_refresh_time_) > rtt_) {
81 int64_t update_interval = static_cast<int64_t>(kRttConfidence * rtt_);
120 rtt_ = 90 * rtt;
H A Dreference_picture_selection.h71 int64_t rtt_; member in class:webrtc::ReferencePictureSelection
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
H A Daimd_rate_control.cc45 rtt_(kDefaultRttMs),
72 std::max<int64_t>(std::min<int64_t>(rtt_, 200), 10);
99 rtt_ = rtt;
170 const int64_t response_time = rtt_ + 100;
H A Daimd_rate_control.h81 int64_t rtt_; member in class:webrtc::AimdRateControl
/external/webrtc/webrtc/video/
H A Dvideo_encoder.cc77 fallback_encoder_->SetChannelParameters(packet_loss_, rtt_);
158 rtt_ = rtt;
/external/webrtc/webrtc/
H A Dvideo_encoder.h175 int64_t rtt_; member in class:webrtc::VideoEncoderSoftwareFallbackWrapper
/external/webrtc/webrtc/p2p/base/
H A Dport.cc778 rtt_(DEFAULT_RTT),
1030 uint32_t rtt = ConservativeRTTEstimate(rtt_);
1192 if (rtt_ < DEFAULT_RTT) {
1193 ss << rtt_ << "]"; local
1227 rtt_ = (RTT_RATIO * rtt_ + rtt) / (RTT_RATIO + 1);
H A Dport.h459 uint32_t rtt() const { return rtt_; }
619 uint32_t rtt_; member in class:cricket::Connection

Completed in 1127 milliseconds