HomeSort by relevance Sort by last modified time
    Searched full:compressed (Results 101 - 125 of 1811) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/lzma/xz-embedded/
xz_stream.h 40 * compressed size of the file to less than 256 MiB and may also weaken
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_eu.c 106 p->compressed = (compression_control == BRW_COMPRESSION_COMPRESSED);
159 p->compressed_stack[p->current - p->stack] = p->compressed;
167 p->compressed = p->compressed_stack[p->current - p->stack];
186 p->compressed = false;
  /external/ppp/pppd/include/net/
vjcompress.h 32 * Compressed packet format:
38 * the compressed packet. The next two octets are the TCP checksum
63 * this type of packet syncs the sender & receiver); and compressed
80 /* Bits in first octet of compressed packet */
  /external/skia/include/c/
sk_image.h 25 * If the specified data can be interpreted as a compressed image (e.g. PNG or JPEG) then this
  /external/skia/src/utils/
SkTextureCompressor.h 52 // Returns the size of the compressed data given the width, height, and
57 // Returns an SkData holding a blob of compressed data that corresponds
58 // to the bitmap. If the bitmap colorType cannot be compressed using the
65 // be large enough to hold the compressed data according to the format.
  /external/squashfs-tools/squashfs-tools/
progressbar.h 4 * Create a squashfs filesystem. This is a highly compressed read only
pseudo.h 4 * Create a squashfs filesystem. This is a highly compressed read only
  /external/tcpdump/
ipproto.c 53 { IPPROTO_IPCOMP, "Compressed IP" },
print-vjc.c 52 * It also indicates that, for compressed SLIP:
68 * compressed SLIP, although it doesn't handle UNCOMPRESSED_TCP
77 * Without a BSD/OS VJC-compressed PPP trace, or knowledge of what the
100 printf("(vjc type=compressed TCP) ");
  /external/valgrind/memcheck/tests/
pdb-realloc.c 1 // This test-case exposes a bug that was present in the compressed V bit
  /external/zlib/src/contrib/minizip/
minizip.1 23 is a simple tool which allows the creation of compressed file archives
  /external/zopfli/src/zopfli/
gzip_container.h 34 Compresses according to the gzip specification and append the compressed
zlib_container.h 34 Compresses according to the zlib specification and append the compressed
  /frameworks/compile/slang/
legacy_bitcode.h 25 // compressed log2 form). It occupies bits 31-16 inclusive.
  /hardware/qcom/msm8x26/original-kernel-headers/sound/
compress_offload.h 35 * struct snd_compressed_buffer: compressed buffer
45 * struct snd_compr_params: compressed stream params
126 * struct snd_compr_audio_info: compressed input audio information
147 * struct snd_compr_metadata: compressed stream metadata
  /hardware/qcom/msm8x84/original-kernel-headers/sound/
compress_offload.h 35 * struct snd_compressed_buffer: compressed buffer
45 * struct snd_compr_params: compressed stream params
126 * struct snd_compr_audio_info: compressed input audio information
147 * struct snd_compr_metadata: compressed stream metadata
  /libcore/luni/src/test/java/libcore/java/util/zip/
InflaterTest.java 130 byte[] compressed = deflate(new byte[] { 1, 2, 3}, null);
131 assertEquals(11, compressed.length);
134 inflater.setInput(compressed, 0, 5);
143 inflater.setInput(compressed, 5, 6);
  /external/skia/src/images/
SkImageDecoder_ktx.cpp 28 // texture in an OpenGL application, including the use of compressed data.
31 // can sniff the data before creating a texture. If they encounter a compressed format
87 // Search through the compressed formats to see if the KTX file is holding
88 // compressed data
100 // If the compressed format is a grayscale image, then setup the bitmap properly...
138 // Decode the compressed format
293 // ETC1 Data is stored as compressed 4x4 pixel blocks, so we must make sure
  /external/zlib/src/examples/
fitblk.c 1 /* fitblk.c: example of fitting compressed output to a specified size
14 /* Approach to just fitting a requested compressed size:
23 the compressed data that fit in the requested plus excess sized
30 result of the second step, but only the compressed data up to the
31 requested size minus an amount to allow the compressed stream to
33 final compressed stream whose length is less than or equal to the
39 before filling the requested output size, then that compressed
zran.c 12 for random access of a compressed file. A file containing a zlib or gzip
13 stream is provided on the command line. The compressed stream is decoded in
15 in the uncompressed output. The compressed file is left open, and can then
32 necessary the first few bits of the compressed data is read from the file.
39 requests for random access reads from the compressed data would try to use
136 /* Make one entire pass through the compressed stream and build an index, with
165 also validates the integrity of the compressed data using the check
171 /* get some compressed data from input file */
208 of the compressed data after that block has been consumed,
382 fprintf(stderr, "zran: compressed data error in %s\n", argv[1])
    [all...]
  /frameworks/base/libs/androidfw/
ZipUtils.cpp 44 * Utility function that expands zip/gzip "deflate" compressed data
247 * This is a pretty reasonable thing to expect for locally-compressed
249 * on (the man page talks about compressed data written to tape). We
253 * On exit, "fp" is pointing at the start of the compressed data.
322 /* seek back to start of compressed data */
  /frameworks/base/opengl/java/android/opengl/
ETC1Util.java 27 * Utility methods for using ETC1 compressed textures.
114 * A utility class encapsulating a compressed ETC1 texture.
136 * Get the compressed data of the texture.
147 * Create a new ETC1Texture from an input stream containing a PKM formatted compressed texture.
148 * @param input an input stream containing a PKM formatted compressed texture.
  /development/ndk/platforms/android-3/include/
zlib.h 56 The compressed data format used by default by the in-memory functions is
73 the consistency of the compressed data, so the library should never
110 int text; /* true if compressed data believed to be text */
267 compressed output when it wants, for example when the output buffer is full
285 restart from this point if previous compressed data has been damaged or if
447 or more output produced), Z_STREAM_END if the end of the compressed data has
506 compressed data instead of a zlib wrapper. The gzip header will have no
528 compressed output even if it is not set appropriately. Z_FIXED prevents the
543 without producing any compressed output. This function must be called
549 to be encountered later in the data to be compressed, with the most commonl
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
zlib.h 56 The compressed data format used by default by the in-memory functions is
73 the consistency of the compressed data, so the library should never
110 int text; /* true if compressed data believed to be text */
267 compressed output when it wants, for example when the output buffer is full
285 restart from this point if previous compressed data has been damaged or if
447 or more output produced), Z_STREAM_END if the end of the compressed data has
506 compressed data instead of a zlib wrapper. The gzip header will have no
528 compressed output even if it is not set appropriately. Z_FIXED prevents the
543 without producing any compressed output. This function must be called
549 to be encountered later in the data to be compressed, with the most commonl
    [all...]
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
zlib.h 56 The compressed data format used by default by the in-memory functions is
73 the consistency of the compressed data, so the library should never
110 int text; /* true if compressed data believed to be text */
267 compressed output when it wants, for example when the output buffer is full
285 restart from this point if previous compressed data has been damaged or if
447 or more output produced), Z_STREAM_END if the end of the compressed data has
506 compressed data instead of a zlib wrapper. The gzip header will have no
528 compressed output even if it is not set appropriately. Z_FIXED prevents the
543 without producing any compressed output. This function must be called
549 to be encountered later in the data to be compressed, with the most commonl
    [all...]

Completed in 412 milliseconds

1 2 3 45 6 7 8 91011>>