Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
Dreceiver_report_unittest.cc134 const size_t kMaxReportBlocks = (1 << 5) - 1; in TEST_F() local
136 for (size_t i = 0; i < kMaxReportBlocks; ++i) { in TEST_F()
140 rb.To(kRemoteSsrc + kMaxReportBlocks); in TEST_F()
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtcp_packet_unittest.cc109 const int kMaxReportBlocks = (1 << 5) - 1; in TEST() local
111 for (int i = 0; i < kMaxReportBlocks; ++i) { in TEST()
115 rb.To(kRemoteSsrc + kMaxReportBlocks); in TEST()