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

  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/
remb.cc 44 feedback_observer_->OnReceivedEstimatedBitrate(remb_feedback.estimated_bps());
108 uint32_t estimated_bps = 0; local
110 if (LatestEstimate(&estimated_bps)) {
118 estimated_bps, report_block);
121 double estimated_kbps = static_cast<double>(estimated_bps) / 1000.0;
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
packet.h 119 uint32_t estimated_bps,
123 uint32_t estimated_bps() const { return estimated_bps_; } function in class:webrtc::testing::bwe::RembFeedback

Completed in 117 milliseconds