Searched refs:kCommonFbFmtLength (Results 1 – 4 of 4) sorted by relevance
82 const size_t kCommonFbFmtLength = kHeaderLength + kCommonFeedbackLength; in Create() local85 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()
49 return kCommonFbFmtLength + kFciLen * tmmbn_items_.size(); in BlockLength()
54 return kCommonFbFmtLength + kFciLen; in BlockLength()
31 static const int kCommonFbFmtLength = 12; variable300 return kCommonFbFmtLength + fci_length; in BlockLength()349 return kCommonFbFmtLength + kFciLength; in BlockLength()