Home
last modified time | relevance | path

Searched refs:set_max_chunks (Results 1 – 3 of 3) sorted by relevance

/external/opencore/protocols/rtp/src/
Drtcp.cpp414 void RTCP_SDES::set_max_chunks(uint new_max_chunks) in set_max_chunks() function in RTCP_SDES
506 set_max_chunks(max_chunks + SDES_ARRAY_INCREMENT); in add_chunk()
Drtcp.h281 void set_max_chunks(uint new_max_chunks);
Drtcp_decoder.cpp458 sdes_packet.set_max_chunks(chunk_count); in DecodeSDES()