Home
last modified time | relevance | path

Searched refs:RemoteNTP (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
Dremote_ntp_time_estimator_unittest.cc71 EXPECT_CALL(rtp_rtcp_, RemoteNTP(_, _, _, _, _)) in ReceiveRtcpSr()
88 EXPECT_CALL(rtp_rtcp_, RemoteNTP(_, _, _, _, _)).WillOnce(Return(0)); in TEST_F()
Dremote_ntp_time_estimator.cc42 if (0 != rtp_rtcp->RemoteNTP(&ntp_secs, in UpdateRtcpTimestamp()
Drtp_rtcp_impl.h154 virtual int32_t RemoteNTP(uint32_t* received_ntp_secs,
Drtp_rtcp_impl.cc752 int32_t ModuleRtpRtcpImpl::RemoteNTP( in RemoteNTP() function in webrtc::ModuleRtpRtcpImpl
/external/chromium_org/third_party/webrtc/video_engine/
Dvie_sync_module.cc37 if (0 != rtp_rtcp.RemoteNTP(&ntp_secs, in UpdateMeasurements()
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
Drtp_rtcp.h395 virtual int32_t RemoteNTP(
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/mocks/
Dmock_rtp_rtcp.h152 MOCK_CONST_METHOD5(RemoteNTP,
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/testAPI/
Dtest_api_rtcp.cc312 EXPECT_EQ(0, module2->RemoteNTP(&receivedNTPsecs, in TEST_F()