OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Sdes
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_packet.h
201
// Source Description (
SDES
) (RFC 3550).
206
// header |V=2|P| SC | PT=
SDES
=202 | length |
210
// |
SDES
items |
215
// |
SDES
items |
219
// Canonical End-Point Identifier
SDES
Item (CNAME)
227
class
Sdes
: public RtcpPacket {
229
Sdes
() : RtcpPacket() {}
231
virtual ~
Sdes
() {}
254
RTC_DISALLOW_COPY_AND_ASSIGN(
Sdes
);
/external/webrtc/webrtc/test/
rtcp_packet_parser.h
133
class
Sdes
: public PacketType {
135
Sdes
() {}
136
virtual ~
Sdes
() {}
639
Sdes
*
sdes
() { return &sdes_; }
674
Sdes
sdes_;
Completed in 52 milliseconds