HomeSort by relevance Sort by last modified time
    Searched refs:kDefaultProcessIntervalMs (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
remote_estimator_proxy.cc 23 const int RemoteEstimatorProxy::kDefaultProcessIntervalMs = 50;
75 now - last_process_time_ms_ < kDefaultProcessIntervalMs) {
76 time_until_next = (last_process_time_ms_ + kDefaultProcessIntervalMs - now);
remote_estimator_proxy.h 53 static const int kDefaultProcessIntervalMs;
remote_estimator_proxy_unittest.cc 45 RemoteEstimatorProxy::kDefaultProcessIntervalMs);
  /external/webrtc/webrtc/test/
fake_network_pipe.cc 212 const int64_t kDefaultProcessIntervalMs = 30;
214 return kDefaultProcessIntervalMs;

Completed in 282 milliseconds