Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/
Dreceive_side_congestion_controller.cc131 remote_estimator_proxy_(clock, in ReceiveSideCongestionController()
140 remote_estimator_proxy_.IncomingPacket(arrival_time_ms, payload_size, header); in OnReceivedPacket()
150 remote_estimator_proxy_.SetSendPeriodicFeedback(send_periodic_feedback); in SetSendPeriodicFeedback()
156 return &remote_estimator_proxy_; in GetRemoteBitrateEstimator()
166 return &remote_estimator_proxy_; in GetRemoteBitrateEstimator()
178 remote_estimator_proxy_.OnBitrateChanged(bitrate_bps); in OnBitrateChanged()
/external/webrtc/modules/congestion_controller/include/
Dreceive_side_congestion_controller.h105 RemoteEstimatorProxy remote_estimator_proxy_; variable