Searched refs:RTCP_MAX_REPORT_BLOCKS (Results 1 – 2 of 2) sorted by relevance
25 enum { RTCP_MAX_REPORT_BLOCKS = 31 }; // RFC 3550 page 37 enumerator
916 if (report_blocks_.size() >= RTCP_MAX_REPORT_BLOCKS) { in AddReportBlock()