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

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
rtpdump.h 111 start_time_ms_(0),
133 uint32 start_time_ms_; member in class:cricket::RtpDumpReader
225 uint32 start_time_ms_; // Time when the record starts. member in class:cricket::RtpDumpWriter
rtpdump.cc 182 start_time_ms_ = start_sec * 1000 + start_usec / 1000;
325 start_time_ms_(talk_base::Time()),
335 return talk_base::TimeSince(start_time_ms_);
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
video_sender_unittest.cc 82 : clock_(clock), start_time_ms_(clock_->TimeInMilliseconds()) {}
101 start_time_ms_ = clock_->TimeInMilliseconds();
135 int64_t diff = (clock_->TimeInMilliseconds() - start_time_ms_);
165 int64_t start_time_ms_; member in class:webrtc::vcm::__anon20013::PacketizationCallback
  /external/chromium_org/third_party/webrtc/video/
call_perf_tests.cc 366 start_time_ms_(start_time_ms),
382 if (time_since_creation < start_time_ms_) {
383 // Wait for |start_time_ms_| before start measuring.
442 int start_time_ms_; member in class:webrtc::CaptureNtpTimeObserver

Completed in 239 milliseconds