HomeSort by relevance Sort by last modified time
    Searched refs:max_report_blocks (Results 1 - 2 of 2) sorted by null

  /external/opencore/protocols/rtp/src/
rtcp.cpp 66 if (index >= max_report_blocks)
84 additional_reports = OSCL_ARRAY_NEW(RTCP_ReportBlock, max_report_blocks - NUM_PREALLOCATED_RTCP_RR_REPORT_BLOCKS);
122 if (new_max_report_blocks > max_report_blocks)
125 max_report_blocks = new_max_report_blocks;
138 max_report_blocks = new_max_report_blocks;
148 if (index >= max_report_blocks)
162 additional_reports = OSCL_ARRAY_NEW(RTCP_ReportBlock, max_report_blocks - NUM_PREALLOCATED_RTCP_RR_REPORT_BLOCKS);
183 if (index >= max_report_blocks)
200 additional_reports = OSCL_ARRAY_NEW(RTCP_ReportBlock, max_report_blocks - NUM_PREALLOCATED_RTCP_SR_REPORT_BLOCKS);
238 if (new_max_report_blocks > max_report_blocks)
    [all...]
rtcp.h 124 max_report_blocks(in_max_report_blocks)
154 uint max_report_blocks; member in class:RTCP_RR
166 max_report_blocks(in_max_report_blocks)
201 uint max_report_blocks; member in class:RTCP_SR

Completed in 10 milliseconds