Home
last modified time | relevance | path

Searched refs:kCommonFbFmtLength (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
Dnack.cc82 const size_t kCommonFbFmtLength = kHeaderLength + kCommonFeedbackLength; in Create() local
85 if (bytes_left_in_buffer < kCommonFbFmtLength + kNackItemLength) { in Create()
91 std::min((bytes_left_in_buffer - kCommonFbFmtLength) / kNackItemLength, in Create()
95 (num_nack_fields * kNackItemLength) + kCommonFbFmtLength; in Create()
Dtmmbn.h49 return kCommonFbFmtLength + kFciLen * tmmbn_items_.size(); in BlockLength()
Dtmmbr.h54 return kCommonFbFmtLength + kFciLen; in BlockLength()
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtcp_packet.h31 static const int kCommonFbFmtLength = 12; variable
300 return kCommonFbFmtLength + fci_length; in BlockLength()
349 return kCommonFbFmtLength + kFciLength; in BlockLength()