Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/video_engine/
Dvie_encoder.cc204 default_rtp_rtcp_->MaxDataPayloadLength()) != 0) { in Init()
303 default_rtp_rtcp_->MaxDataPayloadLength(); in DeRegisterExternalEncoder()
342 default_rtp_rtcp_->MaxDataPayloadLength(); in SetEncoder()
648 uint16_t max_pay_load = default_rtp_rtcp_->MaxDataPayloadLength(); in UpdateProtectionMethod()
Dvie_channel.h298 uint16_t MaxDataPayloadLength() const;
Dvie_channel.cc215 rtp_rtcp_->MaxDataPayloadLength()); in Init()
1412 uint16_t ViEChannel::MaxDataPayloadLength() const { in MaxDataPayloadLength() function in webrtc::ViEChannel
1413 return rtp_rtcp_->MaxDataPayloadLength(); in MaxDataPayloadLength()
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
Drtp_sender.h58 virtual uint16_t MaxDataPayloadLength() const = 0;
93 virtual uint16_t MaxDataPayloadLength() const
Drtp_sender_video.cc329 size_t max_payload_length = _rtpSender.MaxDataPayloadLength(); in Send()
Drtp_rtcp_impl.cc640 uint16_t ModuleRtpRtcpImpl::MaxDataPayloadLength() const { in MaxDataPayloadLength() function in webrtc::ModuleRtpRtcpImpl
652 module->MaxDataPayloadLength(); in MaxDataPayloadLength()
661 uint16_t data_payload_length = rtp_sender_.MaxDataPayloadLength(); in MaxDataPayloadLength()
Drtp_rtcp_impl.h225 virtual uint16_t MaxDataPayloadLength() const OVERRIDE;
Drtp_sender.cc314 uint16_t RTPSender::MaxDataPayloadLength() const { in MaxDataPayloadLength() function in webrtc::RTPSender
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
Drtp_rtcp.h142 virtual uint16_t MaxDataPayloadLength() const = 0;
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/mocks/
Dmock_rtp_rtcp.h68 MOCK_CONST_METHOD0(MaxDataPayloadLength,