Searched defs:Rpsi (Results 1 - 2 of 2) sorted by relevance
/external/webrtc/webrtc/modules/rtp_rtcp/source/ | ||
H A D | rtcp_packet.h | 269 class Rpsi : public RtcpPacket { class in namespace:webrtc::rtcp 271 Rpsi() function in class:webrtc::rtcp::Rpsi 277 virtual ~Rpsi() {} 306 RTC_DISALLOW_COPY_AND_ASSIGN(Rpsi); |
/external/webrtc/webrtc/test/ | ||
H A D | rtcp_packet_parser.h | 181 class Rpsi : public PacketType { class in namespace:webrtc::test 183 Rpsi() {} function in class:webrtc::test::Rpsi 184 virtual ~Rpsi() {} 649 Rpsi* rpsi() { return &rpsi_; } 684 Rpsi rpsi_; |
Completed in 134 milliseconds