Home
last modified time | relevance | path

Searched refs:RTCP_SDES (Results 1 – 6 of 6) sorted by relevance

/external/opencore/protocols/rtp/src/
Drtcp.cpp414 void RTCP_SDES::set_max_chunks(uint new_max_chunks) in set_max_chunks()
452 SDES_chunk* RTCP_SDES::get_chunk(uint chunk_index) in get_chunk()
477 const SDES_chunk* RTCP_SDES::read_chunk(uint chunk_index) const in read_chunk()
498 bool RTCP_SDES::add_chunk(const SDES_chunk& chunk) in add_chunk()
Drtcp_encoder.h137 Error_t EncodeSDES(const RTCP_SDES& sdes_packet,
146 int32 GetEncodedSize(const RTCP_SDES& sdes_packet);
Drtcp.h267 class RTCP_SDES
271 RTCP_SDES(): chunk_count(0), in RTCP_SDES() function
277 ~RTCP_SDES() in ~RTCP_SDES()
Drtcp_encoder.cpp165 int32 RTCP_Encoder::GetEncodedSize(const RTCP_SDES& sdes_packet) in GetEncodedSize()
567 RTCP_Encoder::Error_t RTCP_Encoder::EncodeSDES(const RTCP_SDES& sdes_packet, in EncodeSDES()
783 RTCP_SDES sdes_packet; in EncodeCompoundRR()
840 RTCP_SDES sdes_packet; in EncodeCompoundSR()
Drtcp_decoder.h97 RTCP_SDES& sdes_packet);
Drtcp_decoder.cpp411 RTCP_SDES& sdes_packet) in DecodeSDES()