HomeSort by relevance Sort by last modified time
    Searched full:decompressed (Results 1 - 25 of 299) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/skia/include/xml/
SkBML_XMLParser.h 20 /** Read the byte XML stream and write the decompressed XML.
23 /** Read the byte XML stream and write the decompressed XML into a writable stream.
26 /** Read the byte XML stream and write the decompressed XML into an XML parser.
  /system/bt/tools/scripts/
btsnooz.py 79 decompressed = zlib.decompress(snooz[9:])
84 decode_snooz_v1(decompressed, last_timestamp_ms)
86 decode_snooz_v2(decompressed, last_timestamp_ms)
89 def decode_snooz_v1(decompressed, last_timestamp_ms):
97 while offset < len(decompressed):
98 length, delta_time_ms, type = struct.unpack_from('=HIb', decompressed, offset)
104 while offset < len(decompressed):
105 length, delta_time_ms, type = struct.unpack_from('=HIb', decompressed, offset)
112 sys.stdout.write(decompressed[offset : offset + length - 1])
116 def decode_snooz_v2(decompressed, last_timestamp_ms)
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/zip/
DeflaterTest.java 27 private byte[] decompressed = new byte[20]; field in class:DeflaterTest
37 assertEquals(0, decompressed[2]); // the 3rd byte shouldn't have been flushed yet
43 assertEquals(0, inflater.inflate(decompressed));
49 assertEquals(0, inflater.inflate(decompressed));
56 assertEquals(0, inflater.inflate(decompressed));
65 totalInflated += inflater.inflate(decompressed, totalInflated,
66 decompressed.length - totalInflated);
70 for (int i = 0; i < decompressed.length; i++) {
72 assertEquals(expectedValue, decompressed[i]);
InflaterTest.java 129 byte[] decompressed = new byte[32];
135 inflater.inflate(decompressed, 0, decompressed.length);
144 assertEquals(1, inflater.inflate(decompressed, 0, decompressed.length));
  /system/update_engine/payload_generator/
zip_unittest.cc 138 brillo::Blob decompressed; local
139 EXPECT_TRUE(this->ZipDecompress(out, &decompressed));
140 EXPECT_EQ(in.size(), decompressed.size());
141 EXPECT_TRUE(!memcmp(in.data(), decompressed.data(), in.size()));
149 brillo::Blob decompressed; local
150 EXPECT_TRUE(this->ZipDecompress(out, &decompressed));
151 EXPECT_EQ(in.size(), decompressed.size());
152 EXPECT_EQ(in, decompressed);
  /external/skia/tests/
PDFDeflateWStreamTest.cpp 129 SkAutoTDelete<SkStreamAsset> decompressed(stream_inflate(compressed));
131 if (decompressed->getLength() != size) {
133 " %u != %u", i, (unsigned)(decompressed->getLength()),
147 (uint32_t)(decompressed->getLength()));
150 SkDEBUGCODE(size_t rb =)decompressed->read(&c, sizeof(uint8_t));
  /external/skia/src/images/
SkJpegUtility.h 51 /* Our destination struct for directing decompressed pixels to our stream
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
debug_str.s 7 decompressed version of the section. Naturally with this test case the
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
InflaterTest.java 79 "the method finished() returned false when no more data needs to be decompressed",
82 fail("Invalid input to be decompressed");
86 "Final decompressed data does not equal the original data",
89 assertEquals("final decompressed data contained more bytes than original - finished()",
133 // creating the decompressed data
190 // creating the decompressed data
223 "the total number of bytes to be compressed does not equal the total bytes decompressed",
247 "the total number of bytes to be compressed does not equal the total bytes decompressed",
268 fail("Invalid input to be decompressed");
272 "Final decompressed data does not equal the original data"
    [all...]
GZIPInputStreamTest.java 132 "the checkSum value of the compressed and decompressed data does not equal",
136 "the decompressed data does not equal the original data decompressed",
173 assertEquals("Incorrectly decompressed", test.length, total);
182 assertEquals("Incorrectly decompressed", test.length, total);
191 assertEquals("Incorrectly decompressed", test.length, total);
244 assertEquals("the checkSum value of the compressed and decompressed data does not equal",
  /external/lzma/Java/Tukaani/src/
XZSeekDecDemo.java 18 * If only the filename is given, the whole file is decompressed. The only
23 * decompressed from <code>offset</code>.
  /external/squashfs-tools/RELEASE-READMEs/
README-3.0 53 The "-info" option forces Unsquashfs to print each file as it is decompressed.
57 decompressed to the directory "squashfs-root" in the current working directory.
  /external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
TJDecompressor.java 227 * @param desiredWidth desired width (in pixels) of the decompressed image.
232 * @param desiredHeight desired height (in pixels) of the decompressed image.
269 * @param desiredWidth desired width (in pixels) of the decompressed image.
274 * @param desiredHeight desired height (in pixels) of the decompressed image.
311 * @param dstBuf buffer that will receive the decompressed/decoded image.
323 * the region into which the source image should be decompressed/decoded.
326 * which the source image should be decompressed/decoded
329 * which the source image should be decompressed/decoded
332 * specifies the desired width (in pixels) of the decompressed image (or
355 * specifies the desired height (in pixels) of the decompressed image (o
    [all...]
TJ.java 305 * decompressed to any of the extended RGB pixel formats or grayscale, but
306 * they cannot be decompressed to YUV images.
321 * can be compressed from and decompressed to any of the extended RGB pixel
322 * formats or grayscale, or they can be decompressed to YUV planar images.
328 * Grayscale JPEG images can be compressed from and decompressed to any of
329 * the extended RGB pixel formats or grayscale, or they can be decompressed
337 * only be decompressed to CMYK pixels.
347 * decompressed to CMYK pixels.
372 * order to reduce upsampling artifacts in the decompressed image.
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
decode_test_driver.cc 43 // Get decompressed data
  /system/update_engine/payload_consumer/
bzip_extent_writer.h 30 // what it's given in Write. It passes the decompressed data to an underlying
xz_extent_writer.h 31 // supports files with either no CRC or CRC-32. It passes the decompressed data
  /external/libmicrohttpd/src/microspdy/
compression.h 102 * @param src stream of the data to be decompressed
104 * @param dest the resulting decompressed stream. Should be NULL. Must
  /external/zlib/src/contrib/ada/
buffer_demo.adb 14 -- of exactly the correct size is used for decompressed data, and the last
102 ("Decompressed text matches original text : "
  /external/bzip2/
bzgrep.1 27 If no file is specified, then the standard input is decompressed
  /external/liblzf/
lzf.h 67 * original data when decompressed using lzf_decompress.
85 * If the output buffer is not large enough to hold the decompressed
87 * of decompressed bytes (i.e. the original length of the data) is
  /external/libvncserver/libvncclient/
ultra.c 55 * decompressed data. In practice, with a fixed BPP, fixed frame
96 rfbClientLog("Ultra decompressed too little (%d < %d)", (rw * rh * (BPP / 8)), uncompressedBytes);
139 * decompressed data. In practice, with a fixed BPP, fixed frame
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/compression/
ExhaustiveTest.java 104 char[] decompressed = new char[decompressedSize]; local
159 System.arraycopy(unicharBuffer, 0, decompressed,
162 // update the no. of bytes decompressed
168 /*System.out.logln("Decompression pass complete. Decompressed "
174 errln("ERROR: Number of bytes decompressed("
183 if (logDiffs(chars, len, decompressed, totalCharsWritten)) {
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/compression/
ExhaustiveTest.java 100 char[] decompressed = new char[decompressedSize]; local
155 System.arraycopy(unicharBuffer, 0, decompressed,
158 // update the no. of bytes decompressed
164 /*System.out.logln("Decompression pass complete. Decompressed "
170 errln("ERROR: Number of bytes decompressed("
179 if (logDiffs(chars, len, decompressed, totalCharsWritten)) {
  /external/libjpeg-turbo/java/doc/org/libjpegturbo/turbojpeg/
TJDecompressor.html 218 with this decompressor instance and output a decompressed/decoded image to
274 instance containing the decompressed/decoded image.</div>
285 instance and return a buffer containing the decompressed image.</div>
313 <code>YUVImage</code> instance containing the decompressed image planes.</div>
324 <code>YUVImage</code> instance containing the decompressed image.</div>
753 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>desiredWidth</code> - desired width (in pixels) of the decompressed image.
    [all...]

Completed in 842 milliseconds

1 2 3 4 5 6 7 8 91011>>