Searched refs:kMaxBytes (Results 1 – 5 of 5) sorted by relevance
163 static const size_t kMaxBytes = 4 * 1024; variable164 static const size_t kSize = kSizeRequested > kMaxBytes ? kMaxBytes : kSizeAlign4;
222 static const int kMaxBytes = 4 * 1024;223 static const int kCount = kCountRequested * sizeof(T) > kMaxBytes224 ? kMaxBytes / sizeof(T)391 static const size_t kMaxBytes = 4 * 1024; variable392 static const size_t kCount = kCountRequested * sizeof(T) > kMaxBytes393 ? kMaxBytes / sizeof(T)
27 const size_t kMaxBytes = 1000; variable65 uint8_t bitstream_[kMaxBytes];121 kMaxBytes, bitstream_); in EncodeDecode()594 kMaxBytes, bitstream_); in TEST_P()606 kMaxBytes, bitstream_); in TEST_P()648 kMaxBytes, bitstream_); in TEST_P()652 encoded_bytes_ = opus_repacketizer_out(rp, bitstream_, kMaxBytes); in TEST_P()
23 const size_t kMaxBytes = 1000; variable34 uint8_t bitstream_[kMaxBytes];
275 const size_t kMaxBytes = 1000; // Maximum number of bytes for one packet. in Run() local277 uint8_t bitstream[kMaxBytes]; in Run()281 &audio[read_samples], frame_length, kMaxBytes, bitstream); in Run()