Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/
Dnada.cc245 const int kMaxRampUpQueuingDelayMs = 50; // Referred as T_th. in AcceleratedRampUp() local
249 std::min(kGamma0, static_cast<float>(kMaxRampUpQueuingDelayMs) / in AcceleratedRampUp()