Home
last modified time | relevance | path

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

/external/webrtc/video/
Dencoder_overshoot_detector.cc190 const int64_t cutoff_time_ms = time_ms - window_size_ms_; in CullOldUpdates() local
192 utilization_factors_.front().update_time_ms < cutoff_time_ms) { in CullOldUpdates()