Searched refs:kMaxBlockSize (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Dneteq_external_decoder_unittest.cc40 static const int kMaxBlockSize = 480; // 10 ms @ 48 kHz. member in class:webrtc::NetEqExternalDecoderTest
144 neteq_->GetAudio(kMaxBlockSize,
153 neteq_external_->GetAudio(kMaxBlockSize,
214 int16_t output_[kMaxBlockSize];
215 int16_t output_external_[kMaxBlockSize];
284 neteq_external_->GetAudio(kMaxBlockSize,
H A Dneteq_unittest.cc194 static const int kMaxBlockSize = kBlockSize32kHz; member in class:webrtc::NetEqDecodingTest
235 int16_t out_data_[kMaxBlockSize];
245 const int NetEqDecodingTest::kMaxBlockSize; member in class:webrtc::NetEqDecodingTest
329 ASSERT_EQ(0, neteq_->GetAudio(kMaxBlockSize, out_data_, out_len,
473 ASSERT_EQ(0, neteq_->GetAudio(kMaxBlockSize, out_data_, &out_len,
511 ASSERT_EQ(0, neteq_->GetAudio(kMaxBlockSize, out_data_, &out_len,
541 ASSERT_EQ(0, neteq_->GetAudio(kMaxBlockSize, out_data_, &out_len,
572 ASSERT_EQ(0, neteq_->GetAudio(kMaxBlockSize, out_data_, &out_len,
613 ASSERT_EQ(0, neteq_->GetAudio(kMaxBlockSize, out_data_, &out_len,
639 ASSERT_EQ(0, neteq_->GetAudio(kMaxBlockSize, out_data
[all...]
H A Dneteq_stereo_unittest.cc46 static const int kMaxBlockSize = 480; // 10 ms @ 48 kHz. member in class:webrtc::NetEqStereoTest
72 output_multi_channel_ = new int16_t[kMaxBlockSize * num_channels_];
218 neteq_mono_->GetAudio(kMaxBlockSize, output_,
225 neteq_->GetAudio(kMaxBlockSize * num_channels_,
255 int16_t output_[kMaxBlockSize];
/external/chromium_org/net/disk_cache/blockfile/
H A Dentry_impl_v3.cc41 // anywhere in the first 16KB of the file (kMaxBlockSize), we set the offset to
48 buffer_.reserve(kMaxBlockSize);
52 backend_->BufferDeleted(capacity() - kMaxBlockSize);
105 // If we are writing to the first 16K (kMaxBlockSize), we want to keep the
107 if (!Size() && offset > kMaxBlockSize)
131 if (!Size() && offset > kMaxBlockSize)
209 backend_->BufferDeleted(capacity() - kMaxBlockSize);
213 buffer_.reserve(kMaxBlockSize);
231 int to_add = std::max(required - current_size, kMaxBlockSize * 4);
368 ((stored->key_len < kMaxBlockSize
[all...]
H A Dentry_impl.cc92 // anywhere in the first 16KB of the file (kMaxBlockSize), we set the offset to
99 buffer_.reserve(kMaxBlockSize);
103 backend_->BufferDeleted(capacity() - kMaxBlockSize);
156 // If we are writing to the first 16K (kMaxBlockSize), we want to keep the
158 if (!Size() && offset > kMaxBlockSize)
182 if (!Size() && offset > kMaxBlockSize)
260 backend_->BufferDeleted(capacity() - kMaxBlockSize);
264 buffer_.reserve(kMaxBlockSize);
282 int to_add = std::max(required - current_size, kMaxBlockSize * 4);
606 ((stored->key_len < kMaxBlockSize
[all...]
H A Daddr.h27 const int kMaxBlockSize = 4096 * 4; member in namespace:disk_cache
H A Dblock_files.cc660 const int kMaxBlockSize = 4096; local
663 header->entry_size > kMaxBlockSize || header->num_entries < 0)
/external/lzma/CPP/7zip/UI/Common/
H A DBench.cpp172 UInt32 kMaxBlockSize = (1 << 20); local
173 if (size > kMaxBlockSize)
174 size = kMaxBlockSize;
/external/chromium_org/v8/src/heap/
H A Dspaces.h1580 static const int kMaxBlockSize = Page::kMaxRegularHeapObjectSize; member in class:v8::internal::FreeList
H A Dspaces.cc2328 DCHECK(size_in_bytes <= kMaxBlockSize);

Completed in 171 milliseconds