Home
last modified time | relevance | path

Searched refs:BlockLength (Results 1 – 25 of 27) sorted by relevance

12

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtcp_packet.h96 virtual size_t BlockLength() const = 0;
188 size_t BlockLength() const { in BlockLength() function
250 size_t BlockLength() const;
298 size_t BlockLength() const { in BlockLength() function
347 size_t BlockLength() const { in BlockLength() function
402 size_t BlockLength() const { in BlockLength() function
455 size_t BlockLength() const { in BlockLength() function
Drtcp_packet.cc365 size_t length_in_bytes = BlockLength(); in HeaderLength()
397 while (*index + BlockLength() > max_length) { in Create()
422 while (*index + BlockLength() > max_length) { in Create()
449 size_t Sdes::BlockLength() const { in BlockLength() function in webrtc::rtcp::Sdes
465 while (*index + BlockLength() > max_length) { in Create()
506 while (*index + BlockLength() > max_length) { in Create()
520 while (*index + BlockLength() > max_length) { in Create()
542 while (*index + BlockLength() > max_length) { in Create()
554 *index += block.BlockLength(); in Create()
596 length += block.BlockLength(); in DlrrLength()
/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
Ddlrr_unittest.cc32 EXPECT_EQ(0u, dlrr.BlockLength()); in TEST()
39 ASSERT_EQ(kBlockSizeBytes, dlrr.BlockLength()); in TEST()
89 size_t used_buffer_size = dlrr.BlockLength(); in TEST()
Dbye.cc80 while (*index + BlockLength() > max_length) { in Create()
84 const size_t index_end = *index + BlockLength(); in Create()
126 size_t Bye::BlockLength() const { in BlockLength() function in webrtc::rtcp::Bye
Dextended_jitter_report.cc77 while (*index + BlockLength() > max_length) { in Create()
81 const size_t index_end = *index + BlockLength(); in Create()
Dapp.cc63 while (*index + BlockLength() > max_length) { in Create()
67 const size_t index_end = *index + BlockLength(); in Create()
Ddlrr.cc58 size_t Dlrr::BlockLength() const { in BlockLength() function in webrtc::rtcp::Dlrr
81 RTC_DCHECK_EQ(buffer + BlockLength(), write_at); in Create()
Dcompound_packet.cc23 size_t CompoundPacket::BlockLength() const { in BlockLength() function in webrtc::rtcp::CompoundPacket
Dcompound_packet.h33 size_t BlockLength() const override;
Dpli.h40 size_t BlockLength() const override { in BlockLength() function
Dpli.cc57 while (*index + BlockLength() > max_length) { in Create()
Ddlrr.h45 size_t BlockLength() const;
Dtmmbn.h47 size_t BlockLength() const { in BlockLength() function
Dnack.h43 size_t BlockLength() const override;
Dextended_jitter_report.h52 size_t BlockLength() const override { in BlockLength() function
Dtmmbr.h52 size_t BlockLength() const { in BlockLength() function
Dbye.h52 size_t BlockLength() const override;
Dreceiver_report.h53 size_t BlockLength() const { in BlockLength() function
Dapp.h54 size_t BlockLength() const override { return 12 + data_.size(); } in BlockLength() function
Dsli.h69 size_t BlockLength() const override { in BlockLength() function
Dreceiver_report.cc64 while (*index + BlockLength() > max_length) { in Create()
Dsli.cc92 while (*index + BlockLength() > max_length) { in Create()
Dtransport_feedback.h70 size_t BlockLength() const override;
Dtmmbr.cc94 while (*index + BlockLength() > max_length) { in Create()
Dtmmbn.cc108 while (*index + BlockLength() > max_length) { in Create()

12