OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MaxDataPayloadLength
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_rtcp_impl.cc
439
uint16_t ModuleRtpRtcpImpl::
MaxDataPayloadLength
() const {
440
return rtp_sender_.
MaxDataPayloadLength
();
rtp_sender.cc
384
size_t RTPSender::
MaxDataPayloadLength
() const {
612
std::min(
MaxDataPayloadLength
(), kMaxPaddingLength);
[
all
...]
Completed in 82 milliseconds