Home
last modified time | relevance | path

Searched refs:remote_bitrate_ (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/modules/rtp_rtcp/source/
Drtp_rtcp_impl2.cc66 remote_bitrate_(configuration.remote_bitrate_estimator), in ModuleRtpRtcpImpl2()
127 if (remote_bitrate_ && rtcp_sender_.Sending() && rtcp_sender_.TMMBR()) { in Process()
130 if (remote_bitrate_->LatestEstimate(&ssrcs, &target_bitrate)) { in Process()
Drtp_rtcp_impl.cc70 remote_bitrate_(configuration.remote_bitrate_estimator), in ModuleRtpRtcpImpl()
156 if (remote_bitrate_ && rtcp_sender_.TMMBR()) { in Process()
159 if (remote_bitrate_->LatestEstimate(&ssrcs, &target_bitrate)) { in Process()
Drtp_rtcp_impl2.h317 RemoteBitrateEstimator* const remote_bitrate_; variable
Drtp_rtcp_impl.h350 RemoteBitrateEstimator* const remote_bitrate_; variable