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

<<11121314151617181920>>

  /prebuilts/ndk/current/platforms/android-8/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/current/platforms/android-9/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/current/platforms/android-9/arch-mips/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/current/platforms/android-9/arch-x86/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...]
  /external/elfutils/libelf/
elf_compress.c 66 caller to fill in with a header) plus zlib compressed date. Also
67 returns the new buffer size in new_size (hsize + compressed data
68 size). Returns (void *) -1 when FORCE is false and the compressed
76 /* The compressed data is the on-disk data. We simplify the
175 compression forced and we are using more compressed data
380 int compressed = (sh_flags & SHF_COMPRESSED); local
384 if (compressed == 1)
456 /* The section is now compressed, we could keep the uncompressed
467 if (compressed == 0)
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/
XZOutputStream.java 81 * @param out output stream to which the compressed data
103 * @param out output stream to which the compressed data
127 * @param out output stream to which the compressed data
147 * @param out output stream to which the compressed data
228 * Writes one byte to be compressed.
245 * Writes an array of bytes to be compressed.
247 * data won't be readable from the compressed output immediately.
303 * Doing this very often will increase the size of the compressed
342 * Calling this function very often may increase the compressed
  /external/skia/include/gpu/
GrTypes.h 221 * ETC1 Compressed Data
225 * LATC/RGTC/3Dc/BC4 Compressed Data
229 * R11 EAC Compressed Data
235 * 12x12 ASTC Compressed Data
237 * that allows for a lot of customization in the compressed representataion
277 // Returns true if the pixel config is a GPU-specific compressed format
292 /** If the pixel config is compressed, return an equivalent uncompressed format. */
652 * Returns the data size for the given compressed pixel config
675 SkFAIL("Unknown compressed pixel config");
  /libcore/luni/src/test/java/libcore/java/util/zip/
AbstractZipFileTest.java 44 * writing, this buffer's max size is 64KiB compressed bytes. We'll write a
56 assertTrue("This test needs >64 KiB of compressed data to exercise Inflater",
157 // Set up the zip entry to have different compressed/uncompressed sizes.
260 // Missing CRC, size, and compressed size => failure.
269 // Missing CRC and compressed size => failure.
290 // Missing size and compressed size => failure.
300 // Missing size is copied from compressed size.
320 // Missing compressed size is copied from size.
340 // Mismatched size and compressed size => failure.
  /external/deqp/android/cts/master/src/
gles3-hw-issues.txt 66 dEQP-GLES3.functional.texture.compressed.astc.color_endpoint_modes.10x10
67 dEQP-GLES3.functional.texture.compressed.astc.color_endpoint_modes.10x10_srgb
68 dEQP-GLES3.functional.texture.compressed.astc.color_endpoint_modes.10x5
69 dEQP-GLES3.functional.texture.compressed.astc.color_endpoint_modes.10x5_srgb
70 dEQP-GLES3.functional.texture.compressed.astc.color_endpoint_modes.10x6
71 dEQP-GLES3.functional.texture.compressed.astc.color_endpoint_modes.10x6_srgb
72 dEQP-GLES3.functional.texture.compressed.astc.color_endpoint_modes.10x8
73 dEQP-GLES3.functional.texture.compressed.astc.color_endpoint_modes.10x8_srgb
74 dEQP-GLES3.functional.texture.compressed.astc.color_endpoint_modes.12x10
75 dEQP-GLES3.functional.texture.compressed.astc.color_endpoint_modes.12x10_srg
    [all...]
  /libcore/ojluni/src/main/java/java/util/zip/
ZipOutputStream.java 39 * ZIP file format. Includes support for both compressed and uncompressed
92 * Compression method for compressed (DEFLATED) entries.
186 // store size, compressed size, and crc-32 in LOC header
190 // store size, compressed size, and crc-32 in data descriptor
191 // immediately following the compressed entry data
197 // compressed size, uncompressed size, and crc-32 must all be
205 "STORED entry where compressed != uncompressed size");
209 "STORED entry missing size, compressed size, or crc-32");
242 // verify size, compressed size, and crc-32 settings
250 "invalid entry compressed size (expected "
    [all...]
  /external/libvpx/libvpx/vpx/
vpx_encoder.h 121 /*!\brief Compressed Frame Flags
123 * This type represents a bitfield containing information about a compressed
163 VPX_CODEC_CX_FRAME_PKT, /**< Compressed video frame */
186 void *buf; /**< compressed data buffer */
187 size_t sz; /**< length of compressed data */
200 } frame; /**< data for compressed frame packet */
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
vpx_encoder.h 114 /*!\brief Compressed Frame Flags
116 * This type represents a bitfield containing information about a compressed
156 VPX_CODEC_CX_FRAME_PKT, /**< Compressed video frame */
172 void *buf; /**< compressed data buffer */
173 size_t sz; /**< length of compressed data */
186 } frame; /**< data for compressed frame packet */
    [all...]
  /external/archive-patcher/shared/src/test/java/com/google/archivepatcher/shared/
UnitTestZipArchive.java 47 * The data for the first entry in the zip file, compressed at level 1. Has no comment.
57 * The data for the second entry in the zip file, compressed at level 6. Has no comment.
67 * The data for the third entry in the zip file, compressed at level 9. Has a comment.
89 * @param level the level the entry is compressed with
105 * @param level the level the entry is compressed with
235 // This entry should be uncompressed. So the "compressed" size should be the same as the
UnitTestZipEntry.java 93 * Returns the compressed form of the content, according to the level, that should be found in the
94 * zip archive. If the level is 0 (store, i.e. not compressed) this is the same as calling
  /prebuilts/go/darwin-x86/src/compress/gzip/
gzip.go 26 // Writes to a Writer are compressed and written to w.
41 // Writes to the returned writer are compressed and written to w.
159 // Write writes a compressed form of p to the underlying io.Writer. The
160 // compressed bytes are not necessarily flushed until the Writer is closed.
223 // Flush flushes any pending compressed data to the underlying writer.
225 // It is useful mainly in compressed network protocols, to ensure that
  /prebuilts/go/linux-x86/src/compress/gzip/
gzip.go 26 // Writes to a Writer are compressed and written to w.
41 // Writes to the returned writer are compressed and written to w.
159 // Write writes a compressed form of p to the underlying io.Writer. The
160 // compressed bytes are not necessarily flushed until the Writer is closed.
223 // Flush flushes any pending compressed data to the underlying writer.
225 // It is useful mainly in compressed network protocols, to ensure that
  /external/toybox/toys/pending/
xzcat.c 50 * @XZ_DATA_ERROR: Compressed data is corrupt.
59 * you can get this error only when decoding a compressed stream that is
1400 uint32_t compressed; member in struct:lzma2_dec
2402 vli_type compressed; member in struct:xz_dec::__anon24573
2417 vli_type compressed; member in struct:xz_dec::__anon24574
    [all...]
  /frameworks/base/media/java/android/media/
AudioFormat.java 71 * either linear PCM or compressed audio, such as AC3 or DTS.
110 * <p>For compressed audio, the encoding specifies the method of compression,
111 * for example {@link #ENCODING_AC3} and {@link #ENCODING_DTS}. The compressed
113 * a byte array or ByteBuffer. When a compressed audio encoding is specified
115 * for output to an endpoint (such as HDMI) capable of decoding the compressed audio.
116 * For (most) other endpoints, which are not capable of decoding such compressed audio,
118 * Alternatively, one may use {@link MediaPlayer} for playback of compressed
120 * <p>When compressed audio is sent out through a direct <code>AudioTrack</code>,
205 * For compressed audio, an audio frame may alternately
206 * refer to an access unit of compressed data bytes that is logically grouped together fo
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureLevelStateQueryTests.cpp 130 bool compressed; member in struct:deqp::gles31::Functional::__anon11288::TextureGenerationSpec::TextureLevelSpec
138 , compressed (false)
422 level.compressed = false;
443 level.compressed = false;
464 level.compressed = false;
491 level.compressed = false;
515 level.compressed = false;
538 level.compressed = false;
558 level.compressed = false;
578 level.compressed = false
    [all...]
  /external/bzip2/
manual.html 188 <dt><span class="sect2"><a href="#embed">3.4.8. Handling embedded compressed data streams</a></span></dt>
206 <dt><span class="sect1"><a href="#limits">4.1. Limitations of the compressed file format</a></span></dt>
225 handling compressed data in the
304 replaced by a compressed version of itself, with the name
306 compressed file has the same modification date, permissions, and,
322 compressed output to a terminal, as this would be entirely
330 filename for the decompressed file from that of the compressed
361 compressed files. The result is the concatenation of the
363 (<code class="computeroutput">-t</code>) of concatenated compressed
367 Multiple files may be compressed and decompressed like this. Th
    [all...]
  /external/autotest/server/site_tests/telemetry_AFDOGenerate/
telemetry_AFDOGenerate.py 121 compressed = self._compress_file(perf_data, comp_data)
122 self._gs_upload(compressed, os.path.basename(compressed))
130 self._gs_upload(compressed, latest_compressed)
275 """Given a file name, return bz2 compressed name.
277 @returns name of compressed file.
286 @param com_file: prefix name of compressed file.
288 @returns Name of compressed file.
  /external/caliper/caliper/src/main/resources/com/google/caliper/config/
global-config.properties 22 vm.jdk-64-compressed.home=jdk-64
23 vm.jdk-64-compressed.args=-d64 -XX:+UseCompressedOops
  /external/ceres-solver/include/ceres/
crs_matrix.h 40 // A compressed row sparse matrix used primarily for communicating the
48 // A compressed row matrix stores its contents in three arrays,
  /external/ceres-solver/internal/ceres/
compressed_row_jacobian_writer.h 31 // A jacobian writer that directly writes to compressed row sparse matrices.
87 // Since the compressed row matrix has different layout than that
  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/rdtypes/
mxbase.py 89 is not compressed when converted to DNS wire format, and whose
102 is not compressed when convert to DNS wire format."""

Completed in 3132 milliseconds

<<11121314151617181920>>