Home
last modified time | relevance | path

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

/external/webrtc/modules/remote_bitrate_estimator/
Dremote_estimator_proxy.cc31 static constexpr int64_t kMaxTimeMs = variable
60 if (arrival_time_ms < 0 || arrival_time_ms > kMaxTimeMs) { in IncomingPacket()