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

  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/
remb.cc 70 latest_estimate_bps_(-1),
89 latest_estimate_bps_ = -1;
150 if (latest_estimate_bps_ < 0) {
156 latest_estimate_bps_ = bps;
158 *estimate_bps = latest_estimate_bps_;
remb.h 72 int64_t latest_estimate_bps_; member in class:webrtc::testing::bwe::RembReceiver

Completed in 79 milliseconds