HomeSort by relevance Sort by last modified time
    Searched refs:max_payload_length_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_sender.cc 62 max_payload_length_(IP_PACKET_SIZE - 28), // Default is IP-v4/UDP.
309 max_payload_length_ = max_payload_length;
321 return max_payload_length_ - RTPHeaderLength();
323 return max_payload_length_ - RTPHeaderLength() // RTP overhead.
330 return max_payload_length_;
934 max_payload_length_, capture_time_ms,
    [all...]
rtp_sender.h 352 uint16_t max_payload_length_; member in class:webrtc::RTPSender

Completed in 40 milliseconds