Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtcp_packet.h299 size_t fci_length = 2 + (rpsi_.NumberOfValidBits / 8) + padding_bytes_; in BlockLength() local
300 return kCommonFbFmtLength + fci_length; in BlockLength()