Home
last modified time | relevance | path

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

/external/opencore/protocols/rtp/src/
Drtcp.h141 bool set_max_report_blocks(uint new_max_report_blocks);
183 bool set_max_report_blocks(uint new_max_report_blocks);
Drtcp.cpp116 bool RTCP_RR::set_max_report_blocks(uint new_max_report_blocks) in set_max_report_blocks() function in RTCP_RR
232 bool RTCP_SR::set_max_report_blocks(uint new_max_report_blocks) in set_max_report_blocks() function in RTCP_SR
Drtcp_decoder.cpp284 rr_packet.set_max_report_blocks(report_count); in DecodeRR()
384 sr_packet.set_max_report_blocks(report_count); in DecodeSR()