Searched refs:kMaxSizeBytes (Results 1 – 4 of 4) sorted by relevance
77 template <size_t kMaxSizeBytes>107 ByteSpan(const_cast<std::byte*>(buffer_), kMaxSizeBytes), in GetWriter()127 if (size_ > kMaxSizeBytes || size_ == 0) { in has_value()140 volatile std::byte buffer_[kMaxSizeBytes];
29 static constexpr int kMaxSizeBytes = 16; variable
84 RtpGenericFrameDescriptorExtension00::kMaxSizeBytes},
37 constexpr size_t kMaxSizeBytes = (1 << 16) * 4; variable686 if (size_bytes_ + delta_size + add_chunk_size > kMaxSizeBytes) in AddDeltaSize()695 if (size_bytes_ + delta_size + kChunkSizeBytes > kMaxSizeBytes) in AddDeltaSize()