Home
last modified time | relevance | path

Searched defs:BlockLength (Results 1 – 20 of 20) sorted by relevance

/external/webrtc/modules/rtp_rtcp/source/rtcp_packet/
Dpli.cc58 size_t Pli::BlockLength() const { in BlockLength() function in webrtc::rtcp::Pli
Dcompound_packet.cc38 size_t CompoundPacket::BlockLength() const { in BlockLength() function in webrtc::rtcp::CompoundPacket
Drapid_resync_request.cc48 size_t RapidResyncRequest::BlockLength() const { in BlockLength() function in webrtc::rtcp::RapidResyncRequest
Ddlrr.cc66 size_t Dlrr::BlockLength() const { in BlockLength() function in webrtc::rtcp::Dlrr
Dfir.cc82 size_t Fir::BlockLength() const { in BlockLength() function in webrtc::rtcp::Fir
Dextended_jitter_report.cc75 size_t ExtendedJitterReport::BlockLength() const { in BlockLength() function in webrtc::rtcp::ExtendedJitterReport
Dtmmbr.cc82 size_t Tmmbr::BlockLength() const { in BlockLength() function in webrtc::rtcp::Tmmbr
Dtmmbn.cc81 size_t Tmmbn::BlockLength() const { in BlockLength() function in webrtc::rtcp::Tmmbn
Dreceiver_report.cc68 size_t ReceiverReport::BlockLength() const { in BlockLength() function in webrtc::rtcp::ReceiverReport
Dapp.cc77 size_t App::BlockLength() const { in BlockLength() function in webrtc::rtcp::App
Dloss_notification.cc51 size_t LossNotification::BlockLength() const { in BlockLength() function in webrtc::rtcp::LossNotification
Dremb.cc102 size_t Remb::BlockLength() const { in BlockLength() function in webrtc::rtcp::Remb
Dbye.cc133 size_t Bye::BlockLength() const { in BlockLength() function in webrtc::rtcp::Bye
Dsender_report.cc84 size_t SenderReport::BlockLength() const { in BlockLength() function in webrtc::rtcp::SenderReport
Dtarget_bitrate.cc105 size_t TargetBitrate::BlockLength() const { in BlockLength() function in webrtc::rtcp::TargetBitrate
Dextended_reports.cc123 size_t ExtendedReports::BlockLength() const { in BlockLength() function in webrtc::rtcp::ExtendedReports
Dnack.cc81 size_t Nack::BlockLength() const { in BlockLength() function in webrtc::rtcp::Nack
Dsdes.cc162 size_t Sdes::BlockLength() const { in BlockLength() function in webrtc::rtcp::Sdes
Dtransport_feedback.cc600 size_t TransportFeedback::BlockLength() const { in BlockLength() function in webrtc::rtcp::TransportFeedback
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugFrame.cpp141 auto BlockLength = Data.getULEB128(Offset); in parse() local