Home
last modified time | relevance | path

Searched refs:AddVoIPMetric (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtcp_receiver_help.h55 void AddVoIPMetric(const RTCPVoIPMetric* metric);
Drtcp_receiver_help.cc49 RTCPPacketInformation::AddVoIPMetric(const RTCPVoIPMetric* metric) in AddVoIPMetric() function in webrtc::RTCPHelp::RTCPPacketInformation
Drtcp_receiver.cc997 rtcpPacketInformation.AddVoIPMetric(&receivedVoIPMetrics); in HandleXRVOIPMetric()
Drtcp_receiver_unittest.cc131 rtcp_packet_info_.AddVoIPMetric(rtcpPacketInformation.VoIPMetric); in InjectRtcpPacket()