Home
last modified time | relevance | path

Searched refs:OnReceivedLipSyncInfo (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/media/cast/rtcp/
Drtcp_unittest.cc98 using Rtcp::OnReceivedLipSyncInfo;
504 rtcp_peer.OnReceivedLipSyncInfo(rtp_timestamp, ntp_seconds, ntp_fractions); in TEST_F()
532 rtcp_peer.OnReceivedLipSyncInfo(rtp_timestamp, ntp_seconds, ntp_fractions); in TEST_F()
Drtcp.h110 void OnReceivedLipSyncInfo(uint32 rtp_timestamp,
Drtcp.cc72 rtcp_->OnReceivedLipSyncInfo(remote_sender_info.rtp_timestamp, in OnReceivedSenderReport()
350 void Rtcp::OnReceivedLipSyncInfo(uint32 rtp_timestamp, in OnReceivedLipSyncInfo() function in media::cast::Rtcp