Home
last modified time | relevance | path

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

/external/webrtc/modules/rtp_rtcp/source/
Drtp_sender.h147 size_t MaxRtpPacketSize() const RTC_LOCKS_EXCLUDED(send_mutex_);
Drtp_rtcp_interface.h169 virtual size_t MaxRtpPacketSize() const = 0;
Drtp_rtcp_impl2.h217 size_t MaxRtpPacketSize() const override;
Drtp_rtcp_impl2.cc402 size_t ModuleRtpRtcpImpl2::MaxRtpPacketSize() const { in MaxRtpPacketSize() function in webrtc::ModuleRtpRtcpImpl2
404 return rtp_sender_->packet_generator.MaxRtpPacketSize(); in MaxRtpPacketSize()
Drtp_rtcp_impl.h225 size_t MaxRtpPacketSize() const override;
Drtp_rtcp_impl.cc440 size_t ModuleRtpRtcpImpl::MaxRtpPacketSize() const { in MaxRtpPacketSize() function in webrtc::ModuleRtpRtcpImpl
442 return rtp_sender_->packet_generator.MaxRtpPacketSize(); in MaxRtpPacketSize()
Drtp_sender_video.cc433 int packet_capacity = rtp_sender_->MaxRtpPacketSize() - FecPacketOverhead() - in SendVideo()
Drtp_sender.cc274 size_t RTPSender::MaxRtpPacketSize() const { in MaxRtpPacketSize() function in webrtc::RTPSender
/external/webrtc/modules/rtp_rtcp/mocks/
Dmock_rtp_rtcp.h38 MOCK_METHOD(size_t, MaxRtpPacketSize, (), (const, override));