Searched refs:remote_bitrate_estimator_ (Results 1 – 2 of 2) sorted by relevance
130 : remote_bitrate_estimator_(packet_router, clock), in ReceiveSideCongestionController()143 remote_bitrate_estimator_.IncomingPacket(arrival_time_ms, payload_size, in OnReceivedPacket()158 return &remote_bitrate_estimator_; in GetRemoteBitrateEstimator()168 return &remote_bitrate_estimator_; in GetRemoteBitrateEstimator()174 remote_bitrate_estimator_.OnRttUpdate(avg_rtt_ms, max_rtt_ms); in OnRttUpdate()182 return remote_bitrate_estimator_.TimeUntilNextProcess(); in TimeUntilNextProcess()186 remote_bitrate_estimator_.Process(); in Process()
104 WrappingBitrateEstimator remote_bitrate_estimator_; variable