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

  /external/webrtc/webrtc/voice_engine/test/auto_test/
voe_conference_test.cc 91 int64_t captured_start_ntp_delay = stats_2.capture_start_ntp_time_ms_ -
92 stats_1.capture_start_ntp_time_ms_;
  /external/webrtc/webrtc/voice_engine/include/
voe_rtp_rtcp.h 75 int64_t capture_start_ntp_time_ms_; member in struct:webrtc::CallStatistics
  /external/webrtc/webrtc/audio/
audio_receive_stream.cc 206 stats.capture_start_ntp_time_ms = call_stats.capture_start_ntp_time_ms_;
audio_receive_stream_unittest.cc 324 EXPECT_EQ(kCallStats.capture_start_ntp_time_ms_,
  /external/webrtc/webrtc/voice_engine/
channel.cc 669 // Compute |capture_start_ntp_time_ms_| so that
670 // |capture_start_ntp_time_ms_| + |elapsed_time_ms_| == |ntp_time_ms_|
671 capture_start_ntp_time_ms_ =
854 capture_start_ntp_time_ms_(-1),
    [all...]
channel.h 553 int64_t capture_start_ntp_time_ms_ GUARDED_BY(ts_stats_lock_);

Completed in 47 milliseconds