Home
last modified time | relevance | path

Searched refs:ConvertTimestampToNtpTimeInMilliseconds (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/
H A Drtp_sender_audio_unittest.cc182 Int64MsToUQ32x32(fake_clock_.ConvertTimestampToNtpTimeInMilliseconds( in TEST_F()
209 Int64MsToUQ32x32(fake_clock_.ConvertTimestampToNtpTimeInMilliseconds( in TEST_F()
H A Drtp_sender_audio.cc285 Int64MsToUQ32x32(clock_->ConvertTimestampToNtpTimeInMilliseconds( in SendAudio()
H A Drtp_sender_video_unittest.cc1201 Int64MsToUQ32x32(fake_clock_.ConvertTimestampToNtpTimeInMilliseconds( in TEST_F()
1242 Int64MsToUQ32x32(fake_clock_.ConvertTimestampToNtpTimeInMilliseconds( in TEST_F()
H A Drtp_sender_video.cc540 clock_->ConvertTimestampToNtpTimeInMilliseconds(capture_time_ms)); in SendVideo()
/aosp_15_r20/external/webrtc/system_wrappers/include/
H A Dclock.h47 int64_t ConvertTimestampToNtpTimeInMilliseconds(int64_t timestamp_ms) { in ConvertTimestampToNtpTimeInMilliseconds() function