OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kBlockHeaderLength
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
dlrr.cc
46
const uint8_t* read_at = buffer +
kBlockHeaderLength
;
61
return
kBlockHeaderLength
+ kSubBlockLength * sub_blocks_.size();
73
uint8_t* write_at = buffer +
kBlockHeaderLength
;
dlrr.h
56
static const size_t
kBlockHeaderLength
= 4;
Completed in 2682 milliseconds