Home
last modified time | relevance | path

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

/external/webrtc/modules/rtp_rtcp/source/
Drtcp_receiver.h282 bool ParseCompoundPacket(rtc::ArrayView<const uint8_t> packet,
Drtcp_receiver.cc229 if (!ParseCompoundPacket(packet, &packet_information)) in IncomingPacket()
440 bool RTCPReceiver::ParseCompoundPacket(rtc::ArrayView<const uint8_t> packet, in ParseCompoundPacket() function in webrtc::RTCPReceiver
/external/webrtc/video/g3doc/
Dstats.md51 Updated when an incoming RTCP packet is parsed, `RTCPReceiver::ParseCompoundPacket`.