Home
last modified time | relevance | path

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

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