Searched refs:MaxDataPayloadLength (Results 1 – 9 of 9) sorted by relevance
156 EXPECT_CALL(rtp_1, MaxDataPayloadLength()) in TEST_F()159 EXPECT_CALL(rtp_2, MaxDataPayloadLength()) in TEST_F()166 EXPECT_CALL(rtp_1, MaxDataPayloadLength()) in TEST_F()169 EXPECT_CALL(rtp_2, MaxDataPayloadLength()) in TEST_F()
94 size_t module_payload_length = rtp_module->MaxDataPayloadLength(); in MaxPayloadLength()
69 virtual size_t MaxDataPayloadLength() const = 0;114 size_t MaxDataPayloadLength() const override;
239 RtpPacketizer::Create(videoType, _rtpSender.MaxDataPayloadLength(), in SendVideo()
205 uint16_t MaxDataPayloadLength() const override;
439 uint16_t ModuleRtpRtcpImpl::MaxDataPayloadLength() const { in MaxDataPayloadLength() function in webrtc::ModuleRtpRtcpImpl440 return rtp_sender_.MaxDataPayloadLength(); in MaxDataPayloadLength()
384 size_t RTPSender::MaxDataPayloadLength() const { in MaxDataPayloadLength() function in webrtc::RTPSender612 std::min(MaxDataPayloadLength(), kMaxPaddingLength); in SendPadData()
145 virtual uint16_t MaxDataPayloadLength() const = 0;
71 MOCK_CONST_METHOD0(MaxDataPayloadLength,