HomeSort by relevance Sort by last modified time
    Searched refs:remote_bitrate_ (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_rtcp_impl.h 376 RemoteBitrateEstimator* remote_bitrate_; member in class:webrtc::ModuleRtpRtcpImpl
rtp_rtcp_impl.cc 97 remote_bitrate_(configuration.remote_bitrate_estimator),
159 if (remote_bitrate_ && rtcp_sender_.TMMBR()) {
162 if (remote_bitrate_->LatestEstimate(&ssrcs, &target_bitrate)) {

Completed in 167 milliseconds