Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtcp_utility.cc982 const int kBlockLengthInBytes = kBlockLengthIn4Bytes * 4; in ParseXrReceiverReferenceTimeItem() local
985 length < kBlockLengthInBytes) { in ParseXrReceiverReferenceTimeItem()
1096 const int kBlockLengthInBytes = kBlockLengthIn4Bytes * 4; in ParseXrVoipMetricItem() local
1099 length < kBlockLengthInBytes) { in ParseXrVoipMetricItem()
1154 const int32_t kBlockLengthInBytes = block_length_4bytes * 4; in ParseXrUnsupportedBlockType() local
1156 if (length < kBlockLengthInBytes) { in ParseXrUnsupportedBlockType()
1162 _ptrRTCPData += kBlockLengthInBytes; in ParseXrUnsupportedBlockType()