Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
Drtcp_packet.h260 const size_t kRrHeaderLength = 8; in BlockLength() local
261 return kRrHeaderLength + report_blocks_.size() * kReportBlockLength; in BlockLength()