Home
last modified time | relevance | path

Searched refs:max_payload_length_ (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_format_vp9.cc483 max_payload_length_(max_payload_length), in RtpPacketizerVp9()
523 if (max_payload_length_ < PayloadDescriptorLength(hdr_) + 1) { in GeneratePackets()
530 size_t rem_payload_len = max_payload_length_ - in GeneratePackets()
629 rtc::BitBufferWriter writer(buffer, max_payload_length_); in WriteHeader()
Drtp_format_vp9.h89 const size_t max_payload_length_; // The max length in bytes of one packet. variable
Drtp_sender.cc144 max_payload_length_(IP_PACKET_SIZE - 28), // Default is IP-v4/UDP. in RTPSender()
379 max_payload_length_ = max_payload_length; in SetMaxPayloadLength()
391 return max_payload_length_ - RTPHeaderLength(); in MaxDataPayloadLength()
393 return max_payload_length_ - RTPHeaderLength() // RTP overhead. in MaxDataPayloadLength()
400 return max_payload_length_; in MaxPayloadLength()
Drtp_sender.h407 size_t max_payload_length_; variable