Searched defs:BlockLength (Results 1 – 15 of 15) sorted by relevance
188 size_t BlockLength() const { in BlockLength() function298 size_t BlockLength() const { in BlockLength() function347 size_t BlockLength() const { in BlockLength() function402 size_t BlockLength() const { in BlockLength() function455 size_t BlockLength() const { in BlockLength() function
449 size_t Sdes::BlockLength() const { in BlockLength() function in webrtc::rtcp::Sdes
40 size_t BlockLength() const override { in BlockLength() function
52 size_t BlockLength() const override { in BlockLength() function
23 size_t CompoundPacket::BlockLength() const { in BlockLength() function in webrtc::rtcp::CompoundPacket
47 size_t BlockLength() const { in BlockLength() function
69 size_t BlockLength() const override { in BlockLength() function
53 size_t BlockLength() const { in BlockLength() function
52 size_t BlockLength() const { in BlockLength() function
54 size_t BlockLength() const override { return 12 + data_.size(); } in BlockLength() function
58 size_t Dlrr::BlockLength() const { in BlockLength() function in webrtc::rtcp::Dlrr
126 size_t Bye::BlockLength() const { in BlockLength() function in webrtc::rtcp::Bye
114 size_t Nack::BlockLength() const { in BlockLength() function in webrtc::rtcp::Nack
529 size_t TransportFeedback::BlockLength() const { in BlockLength() function in webrtc::rtcp::TransportFeedback
141 auto BlockLength = Data.getULEB128(Offset); in parse() local