Searched refs:MaxPayloadLength (Results 1 – 10 of 10) 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()
56 virtual uint16_t MaxPayloadLength() const = 0;206 virtual uint16_t MaxPayloadLength() const OVERRIDE;
583 uint16_t ModuleRtpRtcpImpl::MaxPayloadLength() const { in MaxPayloadLength() function in webrtc::ModuleRtpRtcpImpl584 return rtp_sender_.MaxPayloadLength(); in MaxPayloadLength()645 rtp_sender_.MaxPayloadLength() - packet_over_head_diff; in SetTransportOverhead()
240 uint16_t maxPayloadLength = _rtpSender->MaxPayloadLength(); in SendAudio()
341 uint16_t max_length = _rtpSender.MaxPayloadLength() - FECPacketOverhead() - in SendGeneric()
224 virtual uint16_t MaxPayloadLength() const OVERRIDE;
315 uint16_t RTPSender::MaxPayloadLength() const { in MaxPayloadLength() function in webrtc::RTPSender
264 …uint16_t maxLength = _rtpSender.MaxPayloadLength() - FECPacketOverhead() - _rtpSender.RTPHeaderLen… in SendH264FillerData()399 uint16_t maxPayloadLengthSTAP_A = _rtpSender.MaxPayloadLength() - in SendH264_STAP_A()487 …uint16_t maxPayloadLengthSTAP_A = _rtpSender.MaxPayloadLength() - FECPacketOverhead() - rtpHeaderL… in SendH264_STAP_A_PACSI()679 … uint16_t maxPayloadLength = _rtpSender.MaxPayloadLength() - FECPacketOverhead() - rtpHeaderLength; in SendH264_FU_A()
129 virtual uint16_t MaxPayloadLength() const = 0;
55 MOCK_CONST_METHOD0(MaxPayloadLength,