Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_rtcp_config.h25 enum { RTCP_MAX_REPORT_BLOCKS = 31 }; // RFC 3550 page 37 enumerator
Drtcp_sender.cc916 if (report_blocks_.size() >= RTCP_MAX_REPORT_BLOCKS) { in AddReportBlock()