Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dremote_estimator_proxy.cc23 const int RemoteEstimatorProxy::kDefaultProcessIntervalMs = 50; member in webrtc::RemoteEstimatorProxy
75 now - last_process_time_ms_ < kDefaultProcessIntervalMs) { in TimeUntilNextProcess()
76 time_until_next = (last_process_time_ms_ + kDefaultProcessIntervalMs - now); in TimeUntilNextProcess()
Dremote_estimator_proxy.h53 static const int kDefaultProcessIntervalMs; variable
Dremote_estimator_proxy_unittest.cc45 RemoteEstimatorProxy::kDefaultProcessIntervalMs); in Process()
/external/webrtc/webrtc/test/
Dfake_network_pipe.cc212 const int64_t kDefaultProcessIntervalMs = 30; in TimeUntilNextProcess() local
214 return kDefaultProcessIntervalMs; in TimeUntilNextProcess()