Searched defs:MaxPayloadLength (Results 1 - 3 of 3) sorted by relevance

/external/webrtc/webrtc/video/
H A Dpayload_router.cc90 size_t PayloadRouter::MaxPayloadLength() const { function in class:webrtc::PayloadRouter
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtp_rtcp_impl.cc435 uint16_t ModuleRtpRtcpImpl::MaxPayloadLength() const { function in class:webrtc::ModuleRtpRtcpImpl
436 return rtp_sender_.MaxPayloadLength();
473 rtp_sender_.MaxPayloadLength() - packet_over_head_diff;
H A Drtp_sender.cc399 size_t RTPSender::MaxPayloadLength() const { function in class:webrtc::RTPSender

Completed in 182 milliseconds