Home
last modified time | relevance | path

Searched defs:last_estimate (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/congestion_controller/goog_cc/
Ddelay_based_bwe.h97 DataRate last_estimate() const { return prev_bitrate_; } in last_estimate() function
/external/openscreen/cast/streaming/
Dbandwidth_estimator_unittest.cc193 int last_estimate = estimator()->ComputeNetworkBandwidth(); in TEST_F() local