Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Doveruse_detector.cc79 int num_of_deltas, in Detect() argument
81 if (num_of_deltas < 2) { in Detect()
86 const double T = std::min(num_of_deltas, 60) * offset; in Detect()
Doveruse_detector.h38 int num_of_deltas,
Doveruse_estimator.h45 unsigned int num_of_deltas() const { in num_of_deltas() function
Dremote_bitrate_estimator_single_stream.cc107 estimator->estimator.num_of_deltas(), now_ms); in IncomingPacket()
Dremote_bitrate_estimator_abs_send_time.cc312 estimator_.num_of_deltas(), arrival_time_ms); in IncomingPacketInfo()
Doveruse_detector_unittest.cc109 overuse_estimator_->num_of_deltas(), receive_time_ms); in UpdateDetector()