Searched defs:kLength (Results 1 - 19 of 19) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
H A Drrtr.h25 static const size_t kLength = 4 * (kBlockLength + 1); // 12 member in class:webrtc::rtcp::Rrtr
36 // Consumes Rrtr::kLength bytes.
H A Dvoip_metric.h25 static const size_t kLength = 4 * (kBlockLength + 1); // 36 member in class:webrtc::rtcp::VoipMetric
35 // Consumes VoipMetric::kLength bytes.
H A Dsli.h30 static const size_t kLength = 4; member in class:webrtc::rtcp::Sli::Macroblocks
71 items_.size() * Macroblocks::kLength;
H A Dreport_block.h22 static const size_t kLength = 24; member in class:webrtc::rtcp::ReportBlock
30 // Consumes ReportBlock::kLength bytes.
H A Dtransport_feedback_unittest.cc145 const size_t kLength = sizeof(kReceived) / sizeof(uint16_t); local
147 kHeaderSize + kStatusChunkSize + (kLength * kSmallDeltaSize);
151 test.WithInput(kReceived, nullptr, kLength);
157 const size_t kLength = sizeof(kReceived) / sizeof(uint16_t); local
159 kHeaderSize + kStatusChunkSize + (kLength * kSmallDeltaSize);
163 test.WithInput(kReceived, nullptr, kLength);
170 const size_t kLength = sizeof(kReceived) / sizeof(uint16_t); local
172 kHeaderSize + kStatusChunkSize + (kLength * kSmallDeltaSize);
176 test.WithInput(kReceived, nullptr, kLength);
183 const size_t kLength local
195 const size_t kLength = sizeof(kReceived) / sizeof(uint16_t); local
208 const size_t kLength = sizeof(kReceived) / sizeof(uint16_t); local
227 const size_t kLength = sizeof(kReceived) / sizeof(uint16_t); local
246 const size_t kLength = sizeof(kReceived) / sizeof(uint16_t); local
264 const size_t kLength = sizeof(kReceived) / sizeof(uint16_t); local
279 const size_t kLength = sizeof(kReceived) / sizeof(uint16_t); local
294 const size_t kLength = sizeof(kReceived) / sizeof(uint16_t); local
[all...]
/external/vixl/examples/
H A Dneon-matrix-multiply.cc115 const int kLength = kRowSize * kColSize; local
117 float mat1[kLength], mat2[kLength], output[kLength];
120 memset(output, 0, sizeof(output[0]) * kLength);
124 // float mat1[kLength] = { 1.0f, 52.03f, 4.43f, ... };
/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Daudio_vector_unittest.cc95 static const size_t kLength = 10; local
96 AudioVector vec1(kLength);
97 AudioVector vec2(kLength);
98 // Set the first vector to [0, 1, ..., kLength - 1].
99 // Set the second vector to [kLength, kLength + 1, ..., 2 * kLength - 1].
100 for (size_t i = 0; i < kLength; ++i) {
102 vec2[i] = static_cast<int16_t>(i + kLength);
106 ASSERT_EQ(2 * kLength, vec
124 static const size_t kLength = 10; local
368 static const size_t kLength = 100; local
[all...]
/external/skia/gm/
H A Dconvexpaths.cpp100 kLength = 100, enumerator in enum:skiagm::ConvexPathsGM::__anon17068
105 fPaths.back().lineTo(kLength * SkIntToScalar(i) / kPtsPerSide, 0);
108 fPaths.back().lineTo(kLength, kLength * SkIntToScalar(i) / kPtsPerSide);
111 fPaths.back().lineTo(kLength * SkIntToScalar(i) / kPtsPerSide, kLength);
114 fPaths.back().lineTo(0, kLength * SkIntToScalar(i) / kPtsPerSide);
/external/webrtc/webrtc/common_audio/
H A Daudio_util_unittest.cc111 const size_t kLength = kSamplesPerChannel * kNumChannels; local
120 int16_t interleaved[kLength];
122 ExpectArraysEq(kInterleaved, interleaved, kLength);
/external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
H A Dbitmaptools.cc177 const int kLength = 3 * 256; local
178 int counts[kLength] = {};
/external/v8/src/ast/
H A Dscopeinfo.h39 for (int i = 0; i < kLength; ++i) {
54 static const int kLength = 256; member in class:v8::internal::ContextSlotCache
103 Key keys_[kLength];
104 uint32_t values_[kLength];
/external/v8/test/cctest/compiler/
H A Dtest-run-load-store.cc419 const int32_t kLength = kNumElems * 4; local
424 Node* len = length_is_immediate ? m.Int32Constant(kLength) : m.Parameter(1);
440 CHECK_EQ(expected, m.Call(offset, kLength));
444 for (int32_t i = kLength; i < kNumElems + 30; i++) {
446 CheckOobValue(m.Call(offset, kLength));
453 CheckOobValue(m.Call(offset, kLength));
467 const int32_t kLength = kNumElems * 4; local
472 Node* len = length_is_immediate ? m.Int32Constant(kLength) : m.Parameter(1);
482 CHECK_EQ(kValue, m.Call(offset, kLength));
495 for (int32_t i = kLength;
528 const uint32_t kLength = kNumElems * 4; local
605 const uint32_t kLength = kNumElems * 4; local
699 const uint32_t kLength = pseudo_base + kNumElems * 4; local
788 const uint32_t kLength = static_cast<uint32_t>(pseudo_base + sizeof(buffer)); local
[all...]
/external/v8/test/unittests/compiler/
H A Djs-typed-lowering-unittest.cc590 const size_t kLength = 17; local
591 double backing_store[kLength];
597 factory()->NewJSTypedArray(type, buffer, 0, kLength);
629 const size_t kLength = 17; local
630 double backing_store[kLength];
636 factory()->NewJSTypedArray(type, buffer, 0, kLength);
639 int min = random_number_generator()->NextInt(static_cast<int>(kLength));
640 int max = random_number_generator()->NextInt(static_cast<int>(kLength));
667 const size_t kLength = 17; local
668 double backing_store[kLength];
711 const size_t kLength = 17; local
762 const size_t kLength = 17; local
[all...]
/external/vixl/test/examples/
H A Dtest-examples.cc257 const int kLength = kRowSize * kColSize; local
259 float mat1[kLength], mat2[kLength], expected[kLength], output[kLength];
282 for (int i = 0; i < kLength; i++) {
/external/v8/test/cctest/interpreter/
H A Dtest-interpreter.cc3706 static const int kLength = 512; local
3716 for (int i = 1; i < kLength; i += 1) {
3726 CHECK_EQ(return_string->length(), kLength);
3727 for (int i = 0; i < kLength; i += 1) {
/external/v8/test/cctest/
H A Dtest-heap-profiler.cc1253 const int kLength = 10; local
1254 v8::Local<v8::Object> objects[kLength];
1255 v8::SnapshotObjectId ids[kLength];
1259 for (int i = 0; i < kLength; i++) {
1264 for (int i = 0; i < kLength; i++) {
1273 for (int i = 0; i < kLength; i++) {
1281 for (int i = 0; i < kLength; i++) {
H A Dtest-api.cc4114 const size_t kLength = 20; local
4116 for (size_t i = 0; i < kLength; ++i) {
4120 CHECK_EQ(static_cast<int>(kLength), instance_counter);
4129 const size_t kLength = 20; local
4130 TwoPassCallbackData* array[kLength];
4132 for (size_t i = 0; i < kLength; ++i) {
4139 CHECK_EQ(static_cast<int>(kLength), instance_counter);
/external/v8/src/heap/
H A Dheap.h2479 static const int kLength = 256; member in class:v8::internal::KeyedLookupCache
2480 static const int kCapacityMask = kLength - 1;
2495 for (int i = 0; i < kLength; ++i) {
2517 Key keys_[kLength];
2518 int field_offsets_[kLength];
2546 for (int i = 0; i < kLength; ++i) {
2555 static const int kLength = 64; member in class:v8::internal::DescriptorLookupCache
2561 Key keys_[kLength];
2562 int results_[kLength];
H A Dspaces.h158 static const size_t kLength = (1 << kPageSizeBits) >> (kPointerSizeLog2); member in class:v8::internal::Bitmap
168 int CellsCount() { return CellsForLength(kLength); }

Completed in 691 milliseconds