Home
last modified time | relevance | path

Searched refs:capture_start_ntp_time_ms (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/webrtc/pc/
H A Dlegacy_stats_collector.cc232 if (info.capture_start_ntp_time_ms >= 0) { in ExtractStats()
234 info.capture_start_ntp_time_ms); in ExtractStats()
311 if (info.capture_start_ntp_time_ms >= 0) { in ExtractStats()
313 info.capture_start_ntp_time_ms); in ExtractStats()
H A Dlegacy_stats_collector_unittest.cc1521 voice_receiver_info.capture_start_ntp_time_ms = -1; in TEST_P()
/aosp_15_r20/external/webrtc/audio/test/
H A Daudio_stats_test.cc98 EXPECT_EQ(-1, recv_stats.capture_start_ntp_time_ms); in OnStreamsStopped()
/aosp_15_r20/external/webrtc/call/
H A Daudio_receive_stream.h82 int64_t capture_start_ntp_time_ms = 0; member
/aosp_15_r20/external/webrtc/media/base/
H A Dmedia_channel.h551 int64_t capture_start_ntp_time_ms = -1; member
681 int64_t capture_start_ntp_time_ms = -1; member
/aosp_15_r20/external/webrtc/audio/
H A Daudio_receive_stream_unittest.cc327 stats.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()
/aosp_15_r20/external/webrtc/media/engine/
H A Dwebrtc_voice_engine.cc2385 rinfo.capture_start_ntp_time_ms = stats.capture_start_ntp_time_ms; in GetStats()
H A Dwebrtc_voice_engine_unittest.cc699 stats.capture_start_ntp_time_ms = 7890; in GetAudioReceiveStreamStats()
748 EXPECT_EQ(info.capture_start_ntp_time_ms, stats.capture_start_ntp_time_ms); in VerifyVoiceReceiverInfo()
H A Dwebrtc_video_engine.cc3283 info.capture_start_ntp_time_ms = estimated_remote_start_ntp_time_ms_; in GetVideoReceiverInfo()
H A Dwebrtc_video_engine_unittest.cc4011 EXPECT_EQ(kInitialNtpTimeMs, info.receivers[0].capture_start_ntp_time_ms); in TEST_F()