Home
last modified time | relevance | path

Searched refs:kBackWindowMs (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dremote_estimator_proxy.cc24 const int RemoteEstimatorProxy::kBackWindowMs = 500; member in webrtc::RemoteEstimatorProxy
111 arrival_time - it->second >= kBackWindowMs;) { in OnPacketArrival()
Dremote_estimator_proxy.h54 static const int kBackWindowMs; variable
Dremote_estimator_proxy_unittest.cc210 kBaseTimeMs + RemoteEstimatorProxy::kBackWindowMs; in TEST_F()