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

  /external/webrtc/talk/media/base/
rtpdump.h 110 start_time_ms_(0),
132 uint32_t start_time_ms_; member in class:cricket::RtpDumpReader
226 uint32_t start_time_ms_; // Time when the record starts. member in class:cricket::RtpDumpWriter
  /external/webrtc/webrtc/modules/video_coding/
video_sender_unittest.cc 88 : clock_(clock), start_time_ms_(clock_->TimeInMilliseconds()) {}
103 start_time_ms_ = clock_->TimeInMilliseconds();
137 int64_t diff = (clock_->TimeInMilliseconds() - start_time_ms_);
167 int64_t start_time_ms_; member in class:webrtc::vcm::__anon44401::PacketizationCallback
  /external/v8/src/heap/
incremental-marking.h 285 double start_time_ms_; member in class:v8::internal::IncrementalMarking
  /external/webrtc/webrtc/call/
call_perf_tests.cc 395 start_time_ms_(start_time_ms),
424 if (time_since_creation < start_time_ms_) {
425 // Wait for |start_time_ms_| before start measuring.
500 int start_time_ms_; member in class:webrtc::CaptureNtpTimeObserver
  /external/webrtc/talk/app/webrtc/java/jni/
androidmediadecoder_jni.cc 129 int64_t start_time_ms_; // Start time for statistics. member in class:webrtc_jni::MediaCodecVideoDecoder
367 start_time_ms_ = GetCurrentTimeMs();
749 int statistic_time_ms = GetCurrentTimeMs() - start_time_ms_;
758 start_time_ms_ = GetCurrentTimeMs();
    [all...]
androidmediaencoder_jni.cc 206 int64_t start_time_ms_; // Start time for statistics. member in class:webrtc_jni::MediaCodecVideoEncoder
483 start_time_ms_ = GetCurrentTimeMs();
    [all...]

Completed in 109 milliseconds