Home
last modified time | relevance | path

Searched refs:rtcpPacketInformation (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
Drtcp_receiver.cc315 RTCPReceiver::IncomingRTCPPacket(RTCPPacketInformation& rtcpPacketInformation, in IncomingRTCPPacket() argument
331 HandleSenderReceiverReport(*rtcpParser, rtcpPacketInformation); in IncomingRTCPPacket()
337 HandleXrHeader(*rtcpParser, rtcpPacketInformation); in IncomingRTCPPacket()
340 HandleXrReceiveReferenceTime(*rtcpParser, rtcpPacketInformation); in IncomingRTCPPacket()
343 HandleXrDlrrReportBlock(*rtcpParser, rtcpPacketInformation); in IncomingRTCPPacket()
346 HandleXRVOIPMetric(*rtcpParser, rtcpPacketInformation); in IncomingRTCPPacket()
352 HandleNACK(*rtcpParser, rtcpPacketInformation); in IncomingRTCPPacket()
355 HandleTMMBR(*rtcpParser, rtcpPacketInformation); in IncomingRTCPPacket()
358 HandleTMMBN(*rtcpParser, rtcpPacketInformation); in IncomingRTCPPacket()
361 HandleSR_REQ(*rtcpParser, rtcpPacketInformation); in IncomingRTCPPacket()
[all …]
Drtcp_receiver.h56 RTCPHelp::RTCPPacketInformation& rtcpPacketInformation,
59 void TriggerCallbacksFromRTCPPacket(RTCPHelp::RTCPPacketInformation& rtcpPacketInformation);
130 RTCPHelp::RTCPPacketInformation& rtcpPacketInformation);
133 RTCPHelp::RTCPPacketInformation& rtcpPacketInformation,
142 RTCPHelp::RTCPPacketInformation& rtcpPacketInformation);
146 RTCPHelp::RTCPPacketInformation& rtcpPacketInformation);
150 RTCPHelp::RTCPPacketInformation& rtcpPacketInformation);
154 RTCPHelp::RTCPPacketInformation& rtcpPacketInformation);
157 RTCPHelp::RTCPPacketInformation& rtcpPacketInformation);
160 RTCPHelp::RTCPPacketInformation& rtcpPacketInformation);
[all …]
Drtcp_sender_unittest.cc240 RTCPHelp::RTCPPacketInformation rtcpPacketInformation; in SendRTCPPacket() local
241 EXPECT_EQ(0, rtcp_receiver_->IncomingRTCPPacket(rtcpPacketInformation, in SendRTCPPacket()
244 rtcpPacketInformation.rtcpPacketTypeFlags; in SendRTCPPacket()
245 rtcp_packet_info_.remoteSSRC = rtcpPacketInformation.remoteSSRC; in SendRTCPPacket()
247 rtcpPacketInformation.applicationSubType; in SendRTCPPacket()
248 rtcp_packet_info_.applicationName = rtcpPacketInformation.applicationName; in SendRTCPPacket()
249 rtcp_packet_info_.report_blocks = rtcpPacketInformation.report_blocks; in SendRTCPPacket()
250 rtcp_packet_info_.rtt = rtcpPacketInformation.rtt; in SendRTCPPacket()
252 rtcpPacketInformation.interArrivalJitter; in SendRTCPPacket()
253 rtcp_packet_info_.sliPictureId = rtcpPacketInformation.sliPictureId; in SendRTCPPacket()
[all …]
Drtcp_format_remb_unittest.cc44 RTCPHelp::RTCPPacketInformation rtcpPacketInformation; in SendRTCPPacket() local
45 EXPECT_EQ(0, rtcp_receiver_->IncomingRTCPPacket(rtcpPacketInformation, in SendRTCPPacket()
49 rtcpPacketInformation.rtcpPacketTypeFlags & kRtcpRemb); in SendRTCPPacket()
51 rtcpPacketInformation.receiverEstimatedMaxBitrate); in SendRTCPPacket()
Drtcp_receiver_unittest.cc102 RTCPHelp::RTCPPacketInformation rtcpPacketInformation; in InjectRtcpPacket() local
103 EXPECT_EQ(0, rtcp_receiver_->IncomingRTCPPacket(rtcpPacketInformation, in InjectRtcpPacket()
105 rtcp_receiver_->TriggerCallbacksFromRTCPPacket(rtcpPacketInformation); in InjectRtcpPacket()
109 rtcpPacketInformation.rtcpPacketTypeFlags; in InjectRtcpPacket()
110 rtcp_packet_info_.remoteSSRC = rtcpPacketInformation.remoteSSRC; in InjectRtcpPacket()
112 rtcpPacketInformation.applicationSubType; in InjectRtcpPacket()
113 rtcp_packet_info_.applicationName = rtcpPacketInformation.applicationName; in InjectRtcpPacket()
115 rtcpPacketInformation.applicationLength; in InjectRtcpPacket()
116 rtcp_packet_info_.report_blocks = rtcpPacketInformation.report_blocks; in InjectRtcpPacket()
117 rtcp_packet_info_.rtt = rtcpPacketInformation.rtt; in InjectRtcpPacket()
[all …]