Searched refs:kReportBlockLength (Results 1 - 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
H A Dcompound_packet_unittest.cc94 const size_t kReportBlockLength = 24; local
110 const size_t kBufferSize = kRrLength + kReportBlockLength + kFirLength;
125 const size_t kReportBlockLength = 24; local
151 const size_t kBufferSize = kRrLength + kReportBlockLength;
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtcp_packet.h32 static const int kReportBlockLength = 24; member in namespace:webrtc::rtcp
192 report_blocks_.size() * kReportBlockLength;
H A Drtcp_packet_unittest.cc314 const size_t kReportBlockLength = 24; local
322 const size_t kBufferSize = kRrLength + kReportBlockLength - 1;

Completed in 193 milliseconds