Searched refs:estimated_kbps (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/
H A Dremb.cc121 double estimated_kbps = static_cast<double>(estimated_bps) / 1000.0; local
122 RTC_UNUSED(estimated_kbps);
125 clock_.TimeInMilliseconds(), estimated_kbps);

Completed in 92 milliseconds