Home
last modified time | relevance | path

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

/external/webrtc/webrtc/video/
Doveruse_frame_detector.cc184 current_rampup_delay_ms_(kStandardRampUpDelayMs), in OveruseFrameDetector()
310 current_rampup_delay_ms_ *= kRampUpBackoffFactor; in Process()
311 if (current_rampup_delay_ms_ > kMaxRampUpDelayMs) in Process()
312 current_rampup_delay_ms_ = kMaxRampUpDelayMs; in Process()
315 current_rampup_delay_ms_ = kStandardRampUpDelayMs; in Process()
335 in_quick_rampup_ ? kQuickRampUpDelayMs : current_rampup_delay_ms_; in Process()
357 int delay = in_quick_rampup_ ? kQuickRampUpDelayMs : current_rampup_delay_ms_; in IsUnderusing()
Doveruse_frame_detector.h148 int current_rampup_delay_ms_; variable