HomeSort by relevance Sort by last modified time
    Searched defs:total_size (Results 126 - 150 of 163) sorted by null

1 2 3 4 56 7

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_bitstream.c 933 size_t total_size = 0; local
    [all...]
  /system/core/adb/
commandline.c 1961 unsigned long long total_size = 0; local
    [all...]
  /art/oatdump/
oatdump.cc 1382 size_t total_size = dex_instruction_bytes + gc_map_bytes + pc_mapping_table_bytes + local
    [all...]
  /build/tools/signapk/
SignApk.java 703 int total_size = temp.size() + 6; local
704 if (total_size > 0xffff) {
708 int signature_start = total_size - message.length - 1;
720 temp.write(total_size & 0xff);
721 temp.write((total_size >> 8) & 0xff);
736 outputStream.write(total_size & 0xff);
737 outputStream.write((total_size >> 8) & 0xff);
    [all...]
  /external/chromium_org/net/spdy/
spdy_session.cc 276 size_t total_size = 0; variable
278 total_size += arr[i].size();
280 return total_size;
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvmuxer.cpp 1706 const uint64 total_size = local
    [all...]
  /external/chromium_org/third_party/libwebp/dec/
vp8l.c 1150 const uint64_t total_size = (uint64_t)transform_xsize * transform_ysize; local
    [all...]
  /external/chromium_org/third_party/libwebp/enc/
vp8l.c 858 const uint64_t total_size = local
860 uint32_t* mem = (uint32_t*)WebPSafeMalloc(total_size, sizeof(*mem));
    [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_win.cpp 1665 DWORD total_size = GetGlyphOutlineW(fDDC, glyph.fID, flags, &gm, BUFFERSIZE, glyphbuf->get(), &fMat22); local
1718 DWORD total_size = getGDIGlyphPath(glyph, format, &glyphbuf); local
    [all...]
  /external/chromium_org/v8/src/compiler/
instruction.h 732 size_t total_size = 0; local
735 total_size += iter->size();
737 return total_size;
  /external/libhevc/test/decoder/
main.c 2106 UWORD32 total_size; local
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxer.cpp 1811 const uint64 total_size = local
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.pb.cc 777 int total_size = 0; local
1239 int total_size = 0; local
1561 int total_size = 0; local
1981 int total_size = 0; local
2634 int total_size = 0; local
3001 int total_size = 0; local
3316 int total_size = 0; local
3630 int total_size = 0; local
4010 int total_size = 0; local
4537 int total_size = 0; local
4892 int total_size = 0; local
5303 int total_size = 0; local
5570 int total_size = 0; local
5794 int total_size = 0; local
6018 int total_size = 0; local
6242 int total_size = 0; local
6499 int total_size = 0; local
6890 int total_size = 0; local
    [all...]
  /external/qemu/
block.c 532 int64_t total_size; local
549 total_size = bdrv_getlength(bs1) & BDRV_SECTOR_MASK;
568 set_option_parameter_int(options, BLOCK_OPT_SIZE, total_size);
    [all...]
  /external/skia/src/ports/
SkFontHost_win.cpp 1697 DWORD total_size = GetGlyphOutlineW(fDDC, glyph.fID, flags, &gm, BUFFERSIZE, glyphbuf->get(), &fMat22); local
1749 DWORD total_size = getGDIGlyphPath(glyph, format, &glyphbuf); local
    [all...]
  /external/webp/src/dec/
vp8l.c 1150 const uint64_t total_size = (uint64_t)transform_xsize * transform_ysize; local
    [all...]
  /external/webp/src/enc/
vp8l.c 858 const uint64_t total_size = local
860 uint32_t* mem = (uint32_t*)WebPSafeMalloc(total_size, sizeof(*mem));
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxer.cpp 1811 const uint64 total_size = local
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation.cc 1367 uint32 total_size = 1; local
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor.pb.cc 856 int total_size = 0; local
1426 int total_size = 0; local
1788 int total_size = 0; local
2208 int total_size = 0; local
2858 int total_size = 0; local
3225 int total_size = 0; local
3540 int total_size = 0; local
3854 int total_size = 0; local
4232 int total_size = 0; local
4864 int total_size = 0; local
5253 int total_size = 0; local
5722 int total_size = 0; local
6038 int total_size = 0; local
6276 int total_size = 0; local
6501 int total_size = 0; local
6726 int total_size = 0; local
6983 int total_size = 0; local
7419 int total_size = 0; local
7850 int total_size = 0; local
8107 int total_size = 0; local
    [all...]
  /hardware/intel/common/libva/test/encode/
h264encode.c 2132 double psnr = 0, total_size = frame_width * frame_height * 1.5 * frame_count; local
    [all...]
  /device/lge/hammerhead/camera/QCamera2/HAL3/
QCamera3HWI.cpp 2996 int total_size = meta.tuning_sensor_data_size; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_context.h 864 GLuint total_size; member in struct:brw_context::__anon18962
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_context.h 864 GLuint total_size; member in struct:brw_context::__anon11446
    [all...]
  /external/opencv/cxcore/src/
cxpersistence.cpp 3669 int i, total_size; local
    [all...]

Completed in 2273 milliseconds

1 2 3 4 56 7