OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMaxPaddingLength
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_sender_unittest.cc
[
all
...]
rtp_sender.cc
31
static const size_t
kMaxPaddingLength
= 224;
612
std::min(MaxDataPayloadLength(),
kMaxPaddingLength
);
[
all
...]
Completed in 497 milliseconds