Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/
Dreceive_side_congestion_controller.cc130 : 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()
/external/webrtc/modules/congestion_controller/include/
Dreceive_side_congestion_controller.h104 WrappingBitrateEstimator remote_bitrate_estimator_; variable