Searched refs:MaxPayloadLength (Results 1 – 8 of 8) sorted by relevance
73 EXPECT_EQ(1234-20-8, module->MaxPayloadLength()); in TEST_F()76 EXPECT_EQ(1234 - 20- 20 -20 - 12, module->MaxPayloadLength()); in TEST_F()79 EXPECT_EQ(1234 - 20 - 8, module->MaxPayloadLength()); in TEST_F()
57 virtual uint16_t MaxPayloadLength() const = 0;214 virtual uint16_t MaxPayloadLength() const OVERRIDE;
636 uint16_t ModuleRtpRtcpImpl::MaxPayloadLength() const { in MaxPayloadLength() function in webrtc::ModuleRtpRtcpImpl637 return rtp_sender_.MaxPayloadLength(); in MaxPayloadLength()698 rtp_sender_.MaxPayloadLength() - packet_over_head_diff; in SetTransportOverhead()
240 uint16_t maxPayloadLength = _rtpSender->MaxPayloadLength(); in SendAudio()
223 virtual uint16_t MaxPayloadLength() const OVERRIDE;
329 uint16_t RTPSender::MaxPayloadLength() const { in MaxPayloadLength() function in webrtc::RTPSender
132 virtual uint16_t MaxPayloadLength() const = 0;
66 MOCK_CONST_METHOD0(MaxPayloadLength,