HomeSort by relevance Sort by last modified time
    Searched refs:compressed_size (Results 1 - 25 of 29) sorted by null

1 2

  /external/webp/src/dec/
webpi.h 58 size_t compressed_size; // VP8/VP8L compressed data size member in struct:__anon18205
67 // In 'headers', compressed_size, offset, alpha_data, alpha_size and lossless
webp.c 331 &hdrs.compressed_size, &hdrs.is_lossless);
335 if (hdrs.compressed_size > MAX_CHUNK_PAYLOAD) {
345 (uint32_t)hdrs.compressed_size, width, height)) {
idec.c 280 idec->chunk_size_ = headers.compressed_size;
  /external/zlib/src/contrib/minizip/
unzip.h 119 ZPOS64_T compressed_size; /* compressed size 8 bytes */ member in struct:unz_file_info64_s
140 uLong compressed_size; /* compressed size 4 bytes */ member in struct:unz_file_info_s
zip.c 1517 ZPOS64_T compressed_size; local
    [all...]
miniunz.c 260 ratio = (uLong)((file_info.compressed_size*100)/file_info.uncompressed_size);
289 Display64BitsSize(file_info.compressed_size,7);
unzip.c 938 file_info.compressed_size = uL;
    [all...]
  /external/qemu/block/
qcow2.h 205 int compressed_size);
qcow2-cluster.c 597 int compressed_size)
617 cluster_offset = qcow2_alloc_bytes(bs, compressed_size);
622 nb_csectors = ((cluster_offset + compressed_size - 1) >> 9) -
qcow.c 247 * 'compressed_size'. 'compressed_size' must be > 0 and <
254 int compressed_size,
366 (uint64_t)compressed_size << (63 - s->cluster_bits);
  /external/chromium/net/spdy/
spdy_framer.cc 1476 int compressed_size = compressed_max_size - compressor->avail_out; local
    [all...]
  /external/v8/src/
api.cc 351 if (compressed_data[i].compressed_size != 0) {
355 compressed_data[i].compressed_size);
398 compressed_data[kSnapshot].compressed_size = i::Snapshot::size();
403 compressed_data[kSnapshotContext].compressed_size =
410 compressed_data[kLibraries].compressed_size = libraries_source.length();
417 compressed_data[kExperimentalLibraries].compressed_size =
    [all...]
  /external/v8/include/
v8.h 2831 int compressed_size; member in class:v8::StartupData
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/include/
bfd.h 1419 bfd_size_type compressed_size; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/include/
bfd.h 1438 bfd_size_type compressed_size; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/include/
bfd.h 1419 bfd_size_type compressed_size; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/include/
bfd.h 1438 bfd_size_type compressed_size; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/include/
bfd.h 1419 bfd_size_type compressed_size; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/include/
bfd.h 1438 bfd_size_type compressed_size; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/include/
bfd.h 1419 bfd_size_type compressed_size; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/include/
bfd.h 1438 bfd_size_type compressed_size; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/include/
bfd.h 1419 bfd_size_type compressed_size; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/include/
bfd.h 1438 bfd_size_type compressed_size; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/include/
bfd.h 1419 bfd_size_type compressed_size; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/include/
bfd.h 1438 bfd_size_type compressed_size; member in struct:bfd_section
    [all...]

Completed in 1240 milliseconds

1 2