Home
last modified time | relevance | path

Searched refs:estimated_bps (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/
Dremb.cc44 feedback_observer_->OnReceivedEstimatedBitrate(remb_feedback.estimated_bps()); in GiveFeedback()
108 uint32_t estimated_bps = 0; in GetFeedback() local
110 if (LatestEstimate(&estimated_bps)) { in GetFeedback()
118 estimated_bps, report_block); in GetFeedback()
121 double estimated_kbps = static_cast<double>(estimated_bps) / 1000.0; in GetFeedback()
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dpacket.h119 uint32_t estimated_bps,
123 uint32_t estimated_bps() const { return estimated_bps_; } in estimated_bps() function
Dbwe_test_framework.cc160 uint32_t estimated_bps, in RembFeedback() argument
163 estimated_bps_(estimated_bps), in RembFeedback()