Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
Ddlrr.cc53 read_at += kSubBlockLength; in Parse()
61 return kBlockHeaderLength + kSubBlockLength * sub_blocks_.size(); in BlockLength()
79 write_at += kSubBlockLength; in Create()
Ddlrr.h57 static const size_t kSubBlockLength = 12; variable