/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | rtcp_packet.h | 96 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
|
D | rtcp_packet.cc | 365 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/ |
D | dlrr_unittest.cc | 32 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()
|
D | bye.cc | 80 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
|
D | extended_jitter_report.cc | 77 while (*index + BlockLength() > max_length) { in Create() 81 const size_t index_end = *index + BlockLength(); in Create()
|
D | app.cc | 63 while (*index + BlockLength() > max_length) { in Create() 67 const size_t index_end = *index + BlockLength(); in Create()
|
D | dlrr.cc | 58 size_t Dlrr::BlockLength() const { in BlockLength() function in webrtc::rtcp::Dlrr 81 RTC_DCHECK_EQ(buffer + BlockLength(), write_at); in Create()
|
D | compound_packet.cc | 23 size_t CompoundPacket::BlockLength() const { in BlockLength() function in webrtc::rtcp::CompoundPacket
|
D | compound_packet.h | 33 size_t BlockLength() const override;
|
D | pli.h | 40 size_t BlockLength() const override { in BlockLength() function
|
D | pli.cc | 57 while (*index + BlockLength() > max_length) { in Create()
|
D | dlrr.h | 45 size_t BlockLength() const;
|
D | tmmbn.h | 47 size_t BlockLength() const { in BlockLength() function
|
D | nack.h | 43 size_t BlockLength() const override;
|
D | extended_jitter_report.h | 52 size_t BlockLength() const override { in BlockLength() function
|
D | tmmbr.h | 52 size_t BlockLength() const { in BlockLength() function
|
D | bye.h | 52 size_t BlockLength() const override;
|
D | receiver_report.h | 53 size_t BlockLength() const { in BlockLength() function
|
D | app.h | 54 size_t BlockLength() const override { return 12 + data_.size(); } in BlockLength() function
|
D | sli.h | 69 size_t BlockLength() const override { in BlockLength() function
|
D | receiver_report.cc | 64 while (*index + BlockLength() > max_length) { in Create()
|
D | sli.cc | 92 while (*index + BlockLength() > max_length) { in Create()
|
D | transport_feedback.h | 70 size_t BlockLength() const override;
|
D | tmmbr.cc | 94 while (*index + BlockLength() > max_length) { in Create()
|
D | tmmbn.cc | 108 while (*index + BlockLength() > max_length) { in Create()
|