Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dremote_estimator_proxy.cc73 int64_t time_until_next = 0; in TimeUntilNextProcess() local
76 time_until_next = (last_process_time_ms_ + kDefaultProcessIntervalMs - now); in TimeUntilNextProcess()
78 return time_until_next; in TimeUntilNextProcess()