Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/
Dnada.cc52 const int64_t kDelayLowThresholdMs = 50; // Referred as d_th. in ReceivePacket() local
75 if (exp_smoothed_delay_ms_ < kDelayLowThresholdMs) { in ReceivePacket()
81 (kDelayMaxThresholdMs - kDelayLowThresholdMs), in ReceivePacket()
83 kDelayLowThresholdMs); in ReceivePacket()