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

  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
remote_bitrate_estimator_unittest_helper.h 101 const double kNtpFracPerMs;
remote_bitrate_estimator_unittest_helper.cc 41 kNtpFracPerMs(4.294967296E6) {
90 kNtpFracPerMs);
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
clock.cc 28 const double kNtpFracPerMs = 4.294967296E6;
31 const double ntp_frac_ms = static_cast<double>(ntp_frac) / kNtpFracPerMs;
  /external/chromium_org/third_party/webrtc/video_engine/
stream_synchronization_unittest.cc 27 const double kNtpFracPerMs = 4.294967296E6;
47 static_cast<double>(remainder_ms) * kNtpFracPerMs + 0.5);

Completed in 448 milliseconds