OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kCommonFbFmtLength
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
tmmbn.h
49
return
kCommonFbFmtLength
+ kFciLen * tmmbn_items_.size();
nack.cc
82
const size_t
kCommonFbFmtLength
= kHeaderLength + kCommonFeedbackLength;
85
if (bytes_left_in_buffer <
kCommonFbFmtLength
+ kNackItemLength) {
91
std::min((bytes_left_in_buffer -
kCommonFbFmtLength
) / kNackItemLength,
95
(num_nack_fields * kNackItemLength) +
kCommonFbFmtLength
;
tmmbr.h
54
return
kCommonFbFmtLength
+ kFciLen;
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_packet.h
31
static const int
kCommonFbFmtLength
= 12;
300
return
kCommonFbFmtLength
+ fci_length;
349
return
kCommonFbFmtLength
+ kFciLength;
Completed in 1138 milliseconds