Searched refs:kNewLength (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Daudio_vector_unittest.cc183 static const int kNewLength = 5; local
184 int16_t new_array[kNewLength];
186 for (int i = 0; i < kNewLength; ++i) {
190 vec.InsertAt(new_array, kNewLength, insert_position);
192 // {0, 1, ..., |insert_position| - 1, 100, 101, ..., 100 + kNewLength - 1,
199 for (int i = 0; i < kNewLength; ++i) {
216 static const int kNewLength = 5; local
218 vec.InsertZerosAt(kNewLength, insert_position);
219 int16_t new_array[kNewLength] = {0}; // All zero elements.
220 vec_ref.InsertAt(new_array, kNewLength, insert_positio
232 static const int kNewLength = 5; local
258 static const int kNewLength = 5; local
287 static const int kNewLength = 5; local
313 static const int kNewLength = 5; local
343 static const int kNewLength = 5; local
351 ASSERT_EQ(array_length() - 2u + kNewLength, vec.Size()); local
[all...]
/external/chromium_org/net/spdy/
H A Dspdy_framer_test.cc3471 const size_t kNewLength = 14; local
3472 SetFrameLength(control_frame.get(), kNewLength, spdy_version_);
3477 framer.GetControlFrameHeaderSize() + kNewLength);
3479 // settings frame of length kNewLength.

Completed in 299 milliseconds