Home
last modified time | relevance | path

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

12

/external/webrtc/modules/rtp_rtcp/source/rtcp_packet/
Dextended_reports.cc123 size_t ExtendedReports::BlockLength() const { in BlockLength() function in webrtc::rtcp::ExtendedReports
132 while (*index + BlockLength() > max_length) { in Create()
136 size_t index_end = *index + BlockLength(); in Create()
147 *index += dlrr_block_.BlockLength(); in Create()
151 *index += target_bitrate_->BlockLength(); in Create()
159 return target_bitrate_->BlockLength(); in TargetBitrateLength()
Dextended_jitter_report.cc75 size_t ExtendedJitterReport::BlockLength() const { in BlockLength() function in webrtc::rtcp::ExtendedJitterReport
83 while (*index + BlockLength() > max_length) { in Create()
87 const size_t index_end = *index + BlockLength(); in Create()
Dtmmbr.cc82 size_t Tmmbr::BlockLength() const { in BlockLength() function in webrtc::rtcp::Tmmbr
92 while (*index + BlockLength() > max_length) { in Create()
96 const size_t index_end = *index + BlockLength(); in Create()
Dtmmbn.cc81 size_t Tmmbn::BlockLength() const { in BlockLength() function in webrtc::rtcp::Tmmbn
90 while (*index + BlockLength() > max_length) { in Create()
94 const size_t index_end = *index + BlockLength(); in Create()
Dapp.cc77 size_t App::BlockLength() const { in BlockLength() function in webrtc::rtcp::App
85 while (*index + BlockLength() > max_length) { in Create()
89 const size_t index_end = *index + BlockLength(); in Create()
Dfir.cc82 size_t Fir::BlockLength() const { in BlockLength() function in webrtc::rtcp::Fir
91 while (*index + BlockLength() > max_length) { in Create()
95 size_t index_end = *index + BlockLength(); in Create()
Dloss_notification.cc51 size_t LossNotification::BlockLength() const { in BlockLength() function in webrtc::rtcp::LossNotification
59 while (*index + BlockLength() > max_length) { in Create()
64 const size_t index_end = *index + BlockLength(); in Create()
Ddlrr_unittest.cc32 EXPECT_EQ(0u, dlrr.BlockLength()); in TEST()
39 ASSERT_EQ(kBlockSizeBytes, dlrr.BlockLength()); in TEST()
81 size_t used_buffer_size = dlrr.BlockLength(); in TEST()
Dcompound_packet.cc38 size_t CompoundPacket::BlockLength() const { in BlockLength() function in webrtc::rtcp::CompoundPacket
41 block_length += appended->BlockLength(); in BlockLength()
Dbye.cc87 while (*index + BlockLength() > max_length) { in Create()
91 const size_t index_end = *index + BlockLength(); in Create()
133 size_t Bye::BlockLength() const { in BlockLength() function in webrtc::rtcp::Bye
Dremb.cc102 size_t Remb::BlockLength() const { in BlockLength() function in webrtc::rtcp::Remb
110 while (*index + BlockLength() > max_length) { in Create()
114 size_t index_end = *index + BlockLength(); in Create()
Drapid_resync_request.cc48 size_t RapidResyncRequest::BlockLength() const { in BlockLength() function in webrtc::rtcp::RapidResyncRequest
56 while (*index + BlockLength() > max_length) { in Create()
Dpli.cc58 size_t Pli::BlockLength() const { in BlockLength() function in webrtc::rtcp::Pli
66 while (*index + BlockLength() > max_length) { in Create()
Dsender_report.cc84 size_t SenderReport::BlockLength() const { in BlockLength() function in webrtc::rtcp::SenderReport
93 while (*index + BlockLength() > max_length) { in Create()
97 const size_t index_end = *index + BlockLength(); in Create()
Dsdes.cc162 size_t Sdes::BlockLength() const { in BlockLength() function in webrtc::rtcp::Sdes
170 while (*index + BlockLength() > max_length) { in Create()
174 const size_t index_end = *index + BlockLength(); in Create()
Dextended_reports.h49 size_t BlockLength() const override;
60 size_t DlrrLength() const { return dlrr_block_.BlockLength(); } in DlrrLength()
Ddlrr.cc66 size_t Dlrr::BlockLength() const { in BlockLength() function in webrtc::rtcp::Dlrr
90 RTC_DCHECK_EQ(buffer + BlockLength(), write_at); in Create()
Dsdes_unittest.cc228 EXPECT_EQ(source.BlockLength(), middle.BlockLength()); in TEST()
236 EXPECT_EQ(middle.BlockLength(), destination.BlockLength()); in TEST()
Dreceiver_report.cc68 size_t ReceiverReport::BlockLength() const { in BlockLength() function in webrtc::rtcp::ReceiverReport
77 while (*index + BlockLength() > max_length) { in Create()
Dtarget_bitrate.cc105 size_t TargetBitrate::BlockLength() const { in BlockLength() function in webrtc::rtcp::TargetBitrate
114 rtc::dchecked_cast<uint16_t>((BlockLength() / 4) - 1); in Create()
Drapid_resync_request.h31 size_t BlockLength() const override;
Dpli.h29 size_t BlockLength() const override;
Dcompound_packet.h31 size_t BlockLength() const override;
Dtmmbr.h39 size_t BlockLength() const override;
/external/webrtc/modules/rtp_rtcp/source/
Drtcp_packet.cc21 rtc::Buffer packet(BlockLength()); in Build()
53 size_t length_in_bytes = BlockLength(); in HeaderLength()

12