OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kRrLength
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
compound_packet_unittest.cc
93
const size_t
kRrLength
= 8;
110
const size_t kBufferSize =
kRrLength
+ kReportBlockLength + kFirLength;
124
const size_t
kRrLength
= 8;
151
const size_t kBufferSize =
kRrLength
+ kReportBlockLength;
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_packet_unittest.cc
313
const size_t
kRrLength
= 8;
322
const size_t kBufferSize =
kRrLength
+ kReportBlockLength - 1;
Completed in 2771 milliseconds