Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/
Dnada.cc53 const int64_t kDelayMaxThresholdMs = 400; // Referred as d_max. in ReceivePacket() local
77 } else if (exp_smoothed_delay_ms_ < kDelayMaxThresholdMs) { in ReceivePacket()
79 pow((static_cast<double>(kDelayMaxThresholdMs - in ReceivePacket()
81 (kDelayMaxThresholdMs - kDelayLowThresholdMs), in ReceivePacket()