Searched defs:estimate_bps (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
H A Dbwe_test_baselinefile.cc67 virtual void Estimate(int64_t time_ms, uint32_t estimate_bps) { argument
72 reader_->Read(&read_bps) && read_bps == estimate_bps) {
75 static_cast<uint32_t>(time_ms), estimate_bps, read_bps);
112 virtual void Estimate(int64_t time_ms, uint32_t estimate_bps) { argument
113 verifier_->Estimate(time_ms, estimate_bps);
115 output_content_.push_back(estimate_bps);
H A Dbwe_test.cc126 bool LatestEstimate(uint32_t* estimate_bps) { argument
135 *estimate_bps = latest_estimate_bps_;

Completed in 216 milliseconds