Searched refs:capture_ntp_time_ms (Results 1 – 2 of 2) sorted by relevance
76 int64_t capture_ntp_time_ms = local_clock_.CurrentNtpInMilliseconds(); in TEST_F() local88 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() local104 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()
1474 int64_t capture_ntp_time_ms; in OnFrame() local1476 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()