HomeSort by relevance Sort by last modified time
    Searched full:compressed (Results 51 - 75 of 2537) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/glutils/
ETC1.java 36 /** Class for encoding and decoding ETC1 compressed images. Also provides methods to add a PKM header.
43 /** Class for storing ETC1 compressed image data.
50 /** the optional PKM header and compressed image data **/
52 /** the offset in bytes to the actual compressed data. Might be 16 if this contains a PKM header, 0 otherwise **/
134 + "x" + ETC1.getHeightPKM(compressedData, 0) + "], compressed: "
137 return "raw [" + width + "x" + height + "], compressed: " + (compressedData.capacity() - ETC1.PKM_HEADER_SIZE);
159 * a PKM header in front of the compressed image data.
169 /** Takes ETC1 compressed image data and converts it to a {@link Format#RGB565} or {@link Format#RGB888} {@link Pixmap}. Does
203 * @return the number of bytes needed to store the compressed data */
239 /** Decodes the compressed image data to RGB565 or RGB888 pixel data. Does not modify the position or limit of the
    [all...]
MipMapTextureData.java 35 throw new GdxRuntimeException("It's compressed, use the compressed method");
  /external/chromium-trace/catapult/tracing/tracing/extras/importer/
zip_importer.html 17 * @fileoverview ZipImporter inflates zip compressed data and passes it along
29 * @param {eventData} string Possibly zip compressed data.
30 * @return {boolean} Whether eventData looks like zip compressed data.
  /external/curl/tests/data/
test223 6 compressed
68 HTTP GET deflate compressed content with broken deflate header
71 http://%HOSTIP:%HTTPPORT/223 --compressed
  /system/extras/ANRdaemon/
README 14 Use ANRdaemon_get_trace.sh [device serial] to dump and fetch the compressed trace file.
16 The compressed trace file can be parsed using systrace:
17 $ systrace.py --from-file=<path to compressed trace file>
  /external/ImageMagick/PerlMagick/t/bzlib/
write.t 18 # Test writing BZip-compressed MIFF
  /external/ImageMagick/PerlMagick/t/zlib/
write.t 18 # 1) Test writing Zip-compressed MIFF
  /external/llvm/unittests/Support/
CompressionTest.cpp 27 SmallString<32> Compressed;
29 EXPECT_EQ(zlib::StatusOK, zlib::compress(Input, Compressed, Level));
32 zlib::uncompress(Compressed, Uncompressed, Input.size()));
37 zlib::uncompress(Compressed, Uncompressed, Input.size() - 1));
  /frameworks/base/include/androidfw/
StreamingZipInflater.h 33 // Flavor that pages in the compressed data from a fd
36 // Flavor that gets the compressed data from an in-memory buffer
56 off64_t mInFileStart; // where the compressed data lives in the file
75 size_t mInTotalSize; // total size of compressed data for this blob
  /packages/apps/Contacts/src/com/android/contacts/util/
ImageViewDrawableSetter.java 37 * Initialized with a target ImageView. When provided with a compressed image
86 protected Bitmap setCompressedImage(byte[] compressed) {
92 && Arrays.equals(mCompressed, compressed)) {
100 Drawable newDrawable = decodedBitmapDrawable(compressed);
106 mCompressed = compressed;
162 private BitmapDrawable decodedBitmapDrawable(byte[] compressed) {
163 if (compressed == null) {
167 Bitmap bitmap = BitmapFactory.decodeByteArray(compressed, 0, compressed.length);
  /toolchain/binutils/binutils-2.25/bfd/
compress.c 0 /* Compressed section support (intended for debug sections).
39 /* It is possible the section consists of several compressed
83 Return @code{TRUE} if the full section contents is compressed
200 /* Read in the full compressed section contents. */
206 /* Clear rawsize, set size to compressed size and set compress_status
207 to COMPRESS_SECTION_NONE. If the compressed size is bigger than
289 Return @code{TRUE} if @var{section} is compressed.
297 bfd_boolean compressed; local
304 compressed = (bfd_get_section_contents (abfd, sec, compressed_buffer, 0, 12)
311 if (compressed
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
objdump.s 2 .*dw2-compressed.o: file format .*
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
compressed-plt-1b.s 6 .include "compressed-plt-1.s"
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
CompressedTextureActivity.java 39 * Demonstrate how to use ETC1 format compressed textures.
41 * textures (compressed offline using the etc1tool), or
48 * Choose between creating a compressed texture on the fly or
49 * loading a compressed texture from a resource.
53 * When creating a compressed texture on the fly, choose
86 * Demonstrate how to load a compressed texture from an APK resource.
109 * Demonstrate how to create a compressed texture on the fly.
118 // Test the ETC1Util APIs for reading and writing compressed textures to I/O streams.
  /external/archive-patcher/shared/src/main/java/com/google/archivepatcher/shared/
Compressor.java 27 * Compresses data, writing the compressed data into compressedOut.
30 * @param compressedOut the compressed data
Uncompressor.java 23 * data that was previously compressed by the corresponding {@link Compressor} implementation, and
31 * @param compressedIn the compressed data
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
X9ECPoint.java 30 boolean compressed)
33 this.encoding = new DEROctetString(p.getEncoded(compressed));
  /external/bzip2/
bzdiff.1 5 bzcmp, bzdiff \- compare bzip2 compressed files
22 program on bzip2 compressed files. All options specified are passed
  /external/kernel-headers/original/uapi/linux/
flat.h 52 #define FLAT_FLAG_GZIP 0x0004 /* all but the header is compressed */
53 #define FLAT_FLAG_GZDATA 0x0008 /* only data/relocs are compressed (for XIP) */
  /libcore/luni/src/test/java/libcore/java/util/zip/
DeflaterOutputStreamTest.java 123 // make output buffer large enough that even if compressed it
131 byte[] compressed = baos.toByteArray();
133 // compressed byte count is larger than the
135 // it will also fail because the compressed length will be
137 assertTrue("compressed=" + compressed.length
139 compressed.length > deflaterBufferSize);
142 ByteArrayInputStream bais = new ByteArrayInputStream(compressed);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
flat.h 52 #define FLAT_FLAG_GZIP 0x0004 /* all but the header is compressed */
53 #define FLAT_FLAG_GZDATA 0x0008 /* only data/relocs are compressed (for XIP) */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
flat.h 52 #define FLAT_FLAG_GZIP 0x0004 /* all but the header is compressed */
53 #define FLAT_FLAG_GZDATA 0x0008 /* only data/relocs are compressed (for XIP) */
  /toolchain/binutils/binutils-2.25/gas/
compress-debug.h 1 /* compress-debug.h - Header file for compressed debug sections.
35 /* Finish the compression and consume the remaining compressed output. */
  /build/tools/
dump-package-stats 34 Dumps a summary of the compressed and uncompressed sizes of various
45 These fields are presented as <uncompressed bytes>/<compressed bytes>:
127 compressed = $3;
129 dex_compressed += compressed;
132 total_compressed += compressed;
  /external/elfutils/tests/
elfgetzdata.c 77 /* Real compressed section. */
85 printf ("%zd: %s, ELF compressed, size: %zx\n",
90 /* Maybe an old GNU compressed .z section? */
100 printf ("%zd: %s, GNU compressed, size: %zx\n",
104 printf ("%zd: %s, NOT compressed\n", idx, name);

Completed in 1970 milliseconds

1 23 4 5 6 7 8 91011>>