Searched refs:rtcpPacketInformation (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/ |
D | rtcp_receiver.cc | 315 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 …]
|
D | rtcp_receiver.h | 56 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 …]
|
D | rtcp_sender_unittest.cc | 240 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 …]
|
D | rtcp_format_remb_unittest.cc | 44 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()
|
D | rtcp_receiver_unittest.cc | 102 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 …]
|