HomeSort by relevance Sort by last modified time
    Searched refs:total_size (Results 76 - 100 of 248) sorted by null

1 2 34 5 6 7 8 910

  /external/chromium_org/media/cast/logging/
stats_event_subscriber_unittest.cc 109 int total_size = 0; local
112 total_size += size;
145 static_cast<double>(total_size) / duration.InMillisecondsF() * 8);
268 int total_size = 0; local
278 total_size += size;
383 static_cast<double>(total_size) / duration.InMillisecondsF() * 8);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_miptree.c 201 mt->total_size = mt->level[0].pitch * pt->height0;
229 lvl->offset = mt->total_size;
239 mt->total_size += lvl->pitch * align(nby, tsy) * align(d, tsz);
247 mt->layer_stride = align(mt->total_size,
249 mt->total_size = mt->layer_stride * pt->array_size;
292 ret = nouveau_bo_new(dev, bo_flags, 4096, mt->total_size, &bo_config,
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_miptree.c 201 mt->total_size = mt->level[0].pitch * pt->height0;
229 lvl->offset = mt->total_size;
239 mt->total_size += lvl->pitch * align(nby, tsy) * align(d, tsz);
247 mt->layer_stride = align(mt->total_size,
249 mt->total_size = mt->layer_stride * pt->array_size;
292 ret = nouveau_bo_new(dev, bo_flags, 4096, mt->total_size, &bo_config,
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
extension_set_heavy.cc 277 int total_size = local
283 total_size += iter->second.SpaceUsedExcludingSelf();
285 return total_size;
294 int total_size = 0; local
299 total_size += sizeof(*repeated_##LOWERCASE##_value) + \
319 total_size += sizeof(*repeated_message_value) +
326 total_size += sizeof(*string_value) +
331 total_size += lazymessage_value->SpaceUsed();
333 total_size += down_cast<Message*>(message_value)->SpaceUsed();
341 return total_size;
700 int total_size = 0; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
ImageDecoder.h 294 unsigned long long total_size = static_cast<unsigned long long>(width) local
296 return total_size > ((1 << 29) - 1);
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
ftmac.c 584 FT_ULong total_size = 0; local
609 total_size += 2; /* just the end code */
611 total_size += 6; /* code + 4 bytes chunk length */
614 total_size += GetHandleSize( post_data ) - 2;
618 if ( total_size < old_total_size )
624 old_total_size = total_size;
627 if ( FT_ALLOC( buffer, (FT_Long)total_size ) )
683 *size = total_size;
    [all...]
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace.pb.cpp 1940 int total_size = 0; local
2214 int total_size = 0; local
2570 int total_size = 0; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib.py 362 def hooktester(count, block_size, total_size, count_holder=[0]):
365 self.assertIsInstance(total_size, int)
376 def hooktester(count, block_size, total_size, _report=report):
377 _report.append((count, block_size, total_size))
390 def hooktester(count, block_size, total_size, _report=report):
391 _report.append((count, block_size, total_size))
404 def hooktester(count, block_size, total_size, _report=report):
405 _report.append((count, block_size, total_size))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib.py 362 def hooktester(count, block_size, total_size, count_holder=[0]):
365 self.assertIsInstance(total_size, int)
376 def hooktester(count, block_size, total_size, _report=report):
377 _report.append((count, block_size, total_size))
390 def hooktester(count, block_size, total_size, _report=report):
391 _report.append((count, block_size, total_size))
404 def hooktester(count, block_size, total_size, _report=report):
405 _report.append((count, block_size, total_size))
    [all...]
  /external/chromium_org/chrome/utility/
chrome_content_utility_client.h 66 void OnParseMediaMetadata(const std::string& mime_type, int64 total_size,
  /external/chromium_org/media/formats/mp4/
avc.cc 140 int total_size = 0; local
142 total_size += avc_config.sps_list[i].size() + kAnnexBStartCodeSize;
144 total_size += avc_config.pps_list[i].size() + kAnnexBStartCodeSize;
145 buffer->reserve(total_size);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/include/
dxbc.h 84 uint32_t total_size; member in struct:dxbc_container_header
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/include/
dxbc.h 84 uint32_t total_size; member in struct:dxbc_container_header
  /external/qemu/include/hw/
elf_ops.h 186 int size, i, total_size; local
232 total_size = 0;
251 total_size += mem_size;
266 return total_size;
  /external/chromium_org/net/base/
upload_data_stream.cc 147 uint64 total_size = 0; local
150 total_size += reader->GetContentLength();
152 total_size_ = total_size;
  /external/chromium_org/third_party/libwebp/dec/
buffer.c 90 uint64_t uv_size = 0, a_size = 0, total_size; local
104 total_size = size + 2 * uv_size + a_size;
107 output = (uint8_t*)WebPSafeMalloc(total_size, sizeof(*output));
  /external/chromium_org/third_party/libwebp/enc/
picture.c 97 uint64_t y_size, uv_size, a_size, total_size; local
116 total_size = y_size + a_size + 2 * uv_size;
124 mem = (uint8_t*)WebPSafeMalloc(total_size, sizeof(*mem));
  /external/chromium_org/third_party/tcmalloc/chromium/src/
malloc_extension.cc 276 uintptr_t total_size = 0; local
279 total_size += Size(entry);
284 PrintCountAndSize(writer, total_count, total_size);
  /external/chromium_org/third_party/tcmalloc/vendor/src/
malloc_extension.cc 259 uintptr_t total_size = 0; local
262 total_size += Size(entry);
267 PrintCountAndSize(writer, total_count, total_size);
  /external/chromium_org/tools/memory_inspector/memory_inspector/classification/
native_heap_classifier.py 64 res.AddToMatchingNodes(allocation, [allocation.total_size])
128 blamed_dirs.update({blamed_dir : alloc.total_size})
129 total_allocated += alloc.total_size
  /external/webp/src/dec/
buffer.c 90 uint64_t uv_size = 0, a_size = 0, total_size; local
104 total_size = size + 2 * uv_size + a_size;
107 output = (uint8_t*)WebPSafeMalloc(total_size, sizeof(*output));
  /external/webp/src/enc/
picture.c 97 uint64_t y_size, uv_size, a_size, total_size; local
116 total_size = y_size + a_size + 2 * uv_size;
124 mem = (uint8_t*)WebPSafeMalloc(total_size, sizeof(*mem));
  /external/chromium_org/mojo/system/
raw_channel.cc 103 DCHECK_LT(data_offset_, message->total_size());
104 size_t bytes_to_write = message->total_size() - data_offset_;
317 DCHECK_EQ(message_view.total_size(), message_size);
473 if (write_buffer_->data_offset_ >= message->total_size()) {
475 DCHECK_EQ(write_buffer_->data_offset_, message->total_size());
  /hardware/qcom/media/mm-video-legacy/vidc/common/src/
extra_data_handler.cpp 231 OMX_U32 slice_offset = 0, slice_size = 0, total_size = 0; local
251 if (slice_offset != total_size) {
257 total_size += slice_size;
261 if (pBufHdr->nFilledLen != total_size) {
263 "total slices size[%d]", pBufHdr->nFilledLen, total_size);
  /hardware/qcom/media/mm-video-v4l2/vidc/common/src/
extra_data_handler.cpp 258 OMX_U32 slice_offset = 0, slice_size = 0, total_size = 0; local
282 if (slice_offset != total_size) {
289 total_size += slice_size;
294 if (pBufHdr->nFilledLen != total_size) {
296 "total slices size[%u]", (unsigned int)pBufHdr->nFilledLen, (unsigned int)total_size);

Completed in 3128 milliseconds

1 2 34 5 6 7 8 910