Searched refs:ParseCompoundPacket (Results 1 – 3 of 3) sorted by relevance
282 bool ParseCompoundPacket(rtc::ArrayView<const uint8_t> packet,
229 if (!ParseCompoundPacket(packet, &packet_information)) in IncomingPacket()440 bool RTCPReceiver::ParseCompoundPacket(rtc::ArrayView<const uint8_t> packet, in ParseCompoundPacket() function in webrtc::RTCPReceiver
51 Updated when an incoming RTCP packet is parsed, `RTCPReceiver::ParseCompoundPacket`.