Home
last modified time | relevance | path

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

/external/webrtc/webrtc/video/
Dvie_sync_module.cc34 if (0 != rtp_rtcp.RemoteNTP(&ntp_secs, in UpdateMeasurements()
Dvie_receiver.cc436 if (0 != rtp_rtcp_->RemoteNTP(&ntp_secs, &ntp_frac, NULL, NULL, in InsertRTCPPacket()
/external/webrtc/webrtc/modules/rtp_rtcp/include/
Drtp_rtcp.h360 virtual int32_t RemoteNTP(
/external/webrtc/webrtc/modules/rtp_rtcp/mocks/
Dmock_rtp_rtcp.h147 MOCK_CONST_METHOD5(RemoteNTP,
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_rtcp_impl.h144 int32_t RemoteNTP(uint32_t* received_ntp_secs,
Drtp_rtcp_impl.cc514 int32_t ModuleRtpRtcpImpl::RemoteNTP( in RemoteNTP() function in webrtc::ModuleRtpRtcpImpl
/external/webrtc/webrtc/voice_engine/
Dchannel.cc1823 if (0 != _rtpRtcpModule->RemoteNTP(&ntp_secs, &ntp_frac, NULL, NULL, in ReceivedRTCPPacket()