Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe.cc188 int64_t time_limit_ms = (*node_it)->arrival_time_ms - kPacketLossTimeWindowMs; in RecentPacketLossRatio() local
194 if ((*node_it)->arrival_time_ms < time_limit_ms) { in RecentPacketLossRatio()