Home
last modified time | relevance | path

Searched refs:GetLengthUntilBlockStartInBytes (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_header_extension_unittest.cc80 EXPECT_EQ(-1, map_.GetLengthUntilBlockStartInBytes( in TEST_F()
83 EXPECT_EQ(-1, map_.GetLengthUntilBlockStartInBytes( in TEST_F()
88 map_.GetLengthUntilBlockStartInBytes( in TEST_F()
Drtp_header_extension.h101 int32_t GetLengthUntilBlockStartInBytes(const RTPExtensionType type) const;
Drtp_header_extension.cc153 int32_t RtpHeaderExtensionMap::GetLengthUntilBlockStartInBytes( in GetLengthUntilBlockStartInBytes() function in webrtc::RtpHeaderExtensionMap
Drtp_sender.cc1450 rtp_header_extension_map_.GetLengthUntilBlockStartInBytes(type); in FindHeaderExtensionPosition()