Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/goog_cc/
Dsend_side_bandwidth_estimation.cc209 bitrate_at_2_seconds_(DataRate::Zero()), in SendSideBandwidthEstimation()
253 bitrate_at_2_seconds_ = DataRate::Zero(); in OnRouteChange()
391 bitrate_at_2_seconds_ = bitrate_kbps; in UpdateUmaStatsPacketsLost()
395 bitrate_at_2_seconds_.kbps(), 0, 2000, 50); in UpdateUmaStatsPacketsLost()
400 bitrate_at_2_seconds_.kbps<int>() - bitrate_kbps.kbps<int>(), 0); in UpdateUmaStatsPacketsLost()
Dsend_side_bandwidth_estimation.h181 DataRate bitrate_at_2_seconds_; variable