Searched defs:BlockLength (Results 1 - 10 of 10) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
H A Dcompound_packet.cc23 size_t CompoundPacket::BlockLength() const { function in class:webrtc::rtcp::CompoundPacket
H A Dtmmbn.h47 size_t BlockLength() const { function in class:webrtc::rtcp::Tmmbn
H A Ddlrr.cc58 size_t Dlrr::BlockLength() const { function in class:webrtc::rtcp::Dlrr
81 RTC_DCHECK_EQ(buffer + BlockLength(), write_at);
H A Dreceiver_report.h53 size_t BlockLength() const { function in class:webrtc::rtcp::ReceiverReport
H A Dtmmbr.h52 size_t BlockLength() const { function in class:webrtc::rtcp::Tmmbr
H A Dbye.cc80 while (*index + BlockLength() > max_length) {
84 const size_t index_end = *index + BlockLength();
126 size_t Bye::BlockLength() const { function in class:webrtc::rtcp::Bye
H A Dnack.cc114 size_t Nack::BlockLength() const { function in class:webrtc::rtcp::Nack
H A Dtransport_feedback.cc529 size_t TransportFeedback::BlockLength() const { function in class:TransportFeedback
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtcp_packet.cc365 size_t length_in_bytes = BlockLength();
397 while (*index + BlockLength() > max_length) {
422 while (*index + BlockLength() > max_length) {
449 size_t Sdes::BlockLength() const { function in class:webrtc::rtcp::Sdes
465 while (*index + BlockLength() > max_length) {
506 while (*index + BlockLength() > max_length) {
520 while (*index + BlockLength() > max_length) {
542 while (*index + BlockLength() > max_length) {
554 *index += block.BlockLength();
596 length += block.BlockLength();
[all...]
H A Drtcp_packet.h96 virtual size_t BlockLength() const = 0;
188 size_t BlockLength() const { function in class:webrtc::rtcp::SenderReport
250 size_t BlockLength() const;
298 size_t BlockLength() const { function in class:webrtc::rtcp::Rpsi
347 size_t BlockLength() const { function in class:webrtc::rtcp::Fir
402 size_t BlockLength() const { function in class:webrtc::rtcp::Remb
455 size_t BlockLength() const { function in class:webrtc::rtcp::Xr

Completed in 410 milliseconds