Home
last modified time | relevance | path

Searched refs:new_max_report_blocks (Results 1 – 2 of 2) sorted by relevance

/external/opencore/protocols/rtp/src/
Drtcp.cpp116 bool RTCP_RR::set_max_report_blocks(uint new_max_report_blocks) in set_max_report_blocks() argument
122 if (new_max_report_blocks > max_report_blocks) in set_max_report_blocks()
125 max_report_blocks = new_max_report_blocks; in set_max_report_blocks()
126 if (new_max_report_blocks > NUM_PREALLOCATED_RTCP_RR_REPORT_BLOCKS) in set_max_report_blocks()
130 …additional_reports = OSCL_ARRAY_NEW(RTCP_ReportBlock, new_max_report_blocks - NUM_PREALLOCATED_RTC… in set_max_report_blocks()
134 else if (new_max_report_blocks > NUM_PREALLOCATED_RTCP_RR_REPORT_BLOCKS) in set_max_report_blocks()
137 …additional_reports = OSCL_ARRAY_NEW(RTCP_ReportBlock, new_max_report_blocks - NUM_PREALLOCATED_RTC… in set_max_report_blocks()
138 max_report_blocks = new_max_report_blocks; in set_max_report_blocks()
232 bool RTCP_SR::set_max_report_blocks(uint new_max_report_blocks) in set_max_report_blocks() argument
238 if (new_max_report_blocks > max_report_blocks) in set_max_report_blocks()
[all …]
Drtcp.h141 bool set_max_report_blocks(uint new_max_report_blocks);
183 bool set_max_report_blocks(uint new_max_report_blocks);