HomeSort by relevance Sort by last modified time
    Searched refs:RemoteSSRC (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_receiver.h 51 uint32_t RemoteSSRC() const;
63 int32_t CNAME(uint32_t remoteSSRC, char cName[RTCP_CNAME_SIZE]) const;
75 int32_t RTT(uint32_t remoteSSRC,
114 RTCPUtility::RTCPCnameInformation* CreateCnameInformation(uint32_t remoteSSRC);
116 uint32_t remoteSSRC) const;
119 uint32_t remoteSSRC);
120 RTCPHelp::RTCPReceiveInformation* GetReceiveInformation(uint32_t remoteSSRC);
133 uint32_t remoteSSRC)
rtp_rtcp_impl.cc 141 rtcp_receiver_.RTT(it->remoteSSRC, &rtt, NULL, NULL, NULL);
618 if (rtcp_receiver_.RemoteSSRC() == ssrc) {
736 rtcp_receiver_.RTT(rtcp_receiver_.RemoteSSRC(), NULL, &rtt, NULL, NULL);
922 rtcp_receiver_.RTT(rtcp_receiver_.RemoteSSRC(), NULL, &rtt, NULL, NULL);
rtcp_receiver.cc 144 uint32_t RTCPReceiver::RemoteSSRC() const {
165 int32_t RTCPReceiver::RTT(uint32_t remoteSSRC,
173 GetReportBlockInformation(remoteSSRC, main_ssrc_);
410 const uint32_t remoteSSRC = (rtcpPacketType == RTCPPacketTypes::kRr)
414 rtcpPacketInformation.remoteSSRC = remoteSSRC;
416 RTCPReceiveInformation* ptrReceiveInfo = CreateReceiveInformation(remoteSSRC);
425 "remote_ssrc", remoteSSRC, "ssrc", main_ssrc_);
427 if (_remoteSSRC == remoteSSRC) // have I received RTP packets from this party
455 "remote_ssrc", remoteSSRC, "ssrc", main_ssrc_)
    [all...]

Completed in 460 milliseconds