Searched refs:CompoundPacket (Results 1 – 4 of 4) sorted by relevance
21 class CompoundPacket : public RtcpPacket {23 CompoundPacket() : RtcpPacket() {} in CompoundPacket() function25 virtual ~CompoundPacket() {} in ~CompoundPacket()36 RTC_DISALLOW_COPY_AND_ASSIGN(CompoundPacket);
16 bool CompoundPacket::Create(uint8_t* packet, in Create()23 size_t CompoundPacket::BlockLength() const { in BlockLength()
20 using webrtc::rtcp::CompoundPacket;50 CompoundPacket empty; in TEST()
83 class PacketContainer : public rtcp::CompoundPacket,99 rtcp::CompoundPacket::Build(this); in SendPackets()