Home
last modified time | relevance | path

Searched refs:capture_start_ntp_time_ms_ (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/webrtc/audio/
H A Dchannel_receive.cc273 int64_t capture_start_ntp_time_ms_ RTC_GUARDED_BY(ts_stats_lock_);
465 capture_start_ntp_time_ms_ = in GetAudioFrameWithInfo()
559 capture_start_ntp_time_ms_(-1), in ChannelReceive()
853 stats.capture_start_ntp_time_ms_ = capture_start_ntp_time_ms_; in GetRTCPStatistics()
H A Dchannel_receive.h62 int64_t capture_start_ntp_time_ms_; member
H A Daudio_receive_stream_unittest.cc326 EXPECT_EQ(kCallStats.capture_start_ntp_time_ms_, in TEST()
H A Daudio_receive_stream.cc307 stats.capture_start_ntp_time_ms = call_stats.capture_start_ntp_time_ms_; in GetStats()