Home
last modified time | relevance | path

Searched refs:MaxDataPayloadLength (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/webrtc/video/
Dpayload_router_unittest.cc156 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()
Dpayload_router.cc94 size_t module_payload_length = rtp_module->MaxDataPayloadLength(); in MaxPayloadLength()
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_sender.h69 virtual size_t MaxDataPayloadLength() const = 0;
114 size_t MaxDataPayloadLength() const override;
Drtp_sender_video.cc239 RtpPacketizer::Create(videoType, _rtpSender.MaxDataPayloadLength(), in SendVideo()
Drtp_rtcp_impl.h205 uint16_t MaxDataPayloadLength() const override;
Drtp_rtcp_impl.cc439 uint16_t ModuleRtpRtcpImpl::MaxDataPayloadLength() const { in MaxDataPayloadLength() function in webrtc::ModuleRtpRtcpImpl
440 return rtp_sender_.MaxDataPayloadLength(); in MaxDataPayloadLength()
Drtp_sender.cc384 size_t RTPSender::MaxDataPayloadLength() const { in MaxDataPayloadLength() function in webrtc::RTPSender
612 std::min(MaxDataPayloadLength(), kMaxPaddingLength); in SendPadData()
/external/webrtc/webrtc/modules/rtp_rtcp/include/
Drtp_rtcp.h145 virtual uint16_t MaxDataPayloadLength() const = 0;
/external/webrtc/webrtc/modules/rtp_rtcp/mocks/
Dmock_rtp_rtcp.h71 MOCK_CONST_METHOD0(MaxDataPayloadLength,