Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_test_baselinefile.cc67 virtual void Estimate(int64_t time_ms, uint32_t estimate_bps) { in Estimate() argument
72 reader_->Read(&read_bps) && read_bps == estimate_bps) { in Estimate()
75 static_cast<uint32_t>(time_ms), estimate_bps, read_bps); in Estimate()
112 virtual void Estimate(int64_t time_ms, uint32_t estimate_bps) { in Estimate() argument
113 verifier_->Estimate(time_ms, estimate_bps); in Estimate()
115 output_content_.push_back(estimate_bps); in Estimate()
Dbwe_test_baselinefile.h26 virtual void Estimate(int64_t time_ms, uint32_t estimate_bps) = 0;
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/
Dremb.cc149 bool RembReceiver::LatestEstimate(uint32_t* estimate_bps) { in LatestEstimate() argument
158 *estimate_bps = latest_estimate_bps_; in LatestEstimate()
Dremb.h66 bool LatestEstimate(uint32_t* estimate_bps);