OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:min_round_trip_time_ms_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/
nada.h
70
// Updates the min_feedback_delay_ms_ and the
min_round_trip_time_ms_
.
99
int64_t
min_round_trip_time_ms_
= 100;
member in class:webrtc::testing::bwe::NadaBweSender
nada.cc
195
min_round_trip_time_ms_
= std::min(
min_round_trip_time_ms_
, rtt_ms);
250
(
min_round_trip_time_ms_
+ min_feedback_delay_ms_));
Completed in 2663 milliseconds