Home
last modified time | relevance | path

Searched refs:capture_ntp_time_ms (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/
H A Dremote_ntp_time_estimator_unittest.cc76 int64_t capture_ntp_time_ms = local_clock_.CurrentNtpInMilliseconds(); in TEST_F() local
88 EXPECT_EQ(capture_ntp_time_ms, estimator_.Estimate(rtp_timestamp)); in TEST_F()
102 int64_t capture_ntp_time_ms = local_clock_.CurrentNtpInMilliseconds(); in TEST_F() local
104 EXPECT_EQ(capture_ntp_time_ms, estimator_.Estimate(rtp_timestamp)); in TEST_F()
119 capture_ntp_time_ms = local_clock_.CurrentNtpInMilliseconds(); in TEST_F()
122 EXPECT_EQ(capture_ntp_time_ms, estimator_.Estimate(rtp_timestamp)); in TEST_F()
/aosp_15_r20/external/webrtc/video/
H A Dvideo_stream_encoder.cc1474 int64_t capture_ntp_time_ms; in OnFrame() local
1476 capture_ntp_time_ms = video_frame.ntp_time_ms(); in OnFrame()
1478 capture_ntp_time_ms = video_frame.render_time_ms() + delta_ntp_internal_ms_; in OnFrame()
1480 capture_ntp_time_ms = post_time.ms() + delta_ntp_internal_ms_; in OnFrame()
1482 incoming_frame.set_ntp_time_ms(capture_ntp_time_ms); in OnFrame()