OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kReportBlockLength
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
compound_packet_unittest.cc
94
const size_t
kReportBlockLength
= 24;
110
const size_t kBufferSize = kRrLength +
kReportBlockLength
+ kFirLength;
125
const size_t
kReportBlockLength
= 24;
151
const size_t kBufferSize = kRrLength +
kReportBlockLength
;
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_packet.h
32
static const int
kReportBlockLength
= 24;
192
report_blocks_.size() *
kReportBlockLength
;
rtcp_packet_unittest.cc
314
const size_t
kReportBlockLength
= 24;
322
const size_t kBufferSize = kRrLength +
kReportBlockLength
- 1;
Completed in 61 milliseconds