HomeSort by relevance Sort by last modified time
    Searched full:compressed (Results 351 - 375 of 931) sorted by null

<<11121314151617181920>>

  /external/qemu/distrib/jpeg-6b/
jdhuff.c 83 * Initialize for a Huffman-compressed scan.
343 /* Oops, it's actually a marker indicating end of compressed data.
363 /* We get here if we've read the marker that terminates the compressed
588 * Decode and return one MCU's worth of Huffman-compressed coefficients.
715 * Decode one MCU's worth of Huffman-compressed coefficients.
libjpeg.doc 40 Compressed data handling (source and destination managers)
66 The IJG JPEG library provides C code to read and write JPEG-compressed image
116 Specify the destination for the compressed data (eg, a file)
132 The image data to be compressed is supplied to jpeg_write_scanlines() from
135 The library emits compressed data by calling a "data destination manager",
142 Specify the source of the compressed data (eg, a file)
157 The decompression library obtains compressed data by calling a data source
285 2. Specify the destination for the compressed data (eg, a file).
287 As previously mentioned, the JPEG library delivers compressed data to a
305 WARNING: it is critical that the binary compressed data be delivered to th
    [all...]
  /dalvik/vm/analysis/
RegisterMap.cpp 291 * Expand the compressed map we just created, and compare it
1070 * Update method, and free compressed map if it was sitting on the heap.
1090 The idea is to create a compressed form that will be uncompressed before
1098 turns out to be smaller or even slightly larger than the compressed form.)
    [all...]
  /external/bzip2/
bzip2.c 383 fprintf ( stderr, " no data compressed.\n");
664 "\nIt is possible that the compressed file(s) have become corrupted.\n"
778 "\n%s: Compressed file ends unexpectedly;\n\t"
845 " (1) The compressed data is corrupted, and bzip2's usual checks\n"
    [all...]
CHANGES 129 robust to any corruption of compressed data, detecting and
272 * Further robustification against corrupted compressed data.
  /external/kernel-headers/original/linux/
videodev2.h 369 /* 10bit raw bayer DPCM compressed to 8 bits */
377 /* compressed formats */
403 #define V4L2_PIX_FMT_SPCA561 v4l2_fourcc('S', '5', '6', '1') /* compressed GBRG bayer */
404 #define V4L2_PIX_FMT_PAC207 v4l2_fourcc('P', '2', '0', '7') /* compressed BGGR bayer */
405 #define V4L2_PIX_FMT_MR97310A v4l2_fourcc('M', '3', '1', '0') /* compressed BGGR bayer */
406 #define V4L2_PIX_FMT_JL2005BCD v4l2_fourcc('J', 'L', '2', '0') /* compressed RGGB bayer */
407 #define V4L2_PIX_FMT_SN9C2028 v4l2_fourcc('S', 'O', 'N', 'X') /* compressed GBRG bayer */
408 #define V4L2_PIX_FMT_SQ905C v4l2_fourcc('9', '0', '5', 'C') /* compressed RGGB bayer */
417 #define V4L2_PIX_FMT_SE401 v4l2_fourcc('S', '4', '0', '1') /* se401 janggu compressed rgb */
    [all...]
  /external/zlib/contrib/puff/
puff.c 161 * subsets of the compressed data for random access or partial recovery.
218 * - The codes as stored in the compressed data are bit-reversed relative to
220 * bits are pulled from the compressed data one at a time and used to
385 * - Compressed data that is after the block type if fixed or after the code
623 * are themselves compressed using Huffman codes and run-length encoding. In
659 * decoding actual compressed data in the block.
    [all...]
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
InflaterInputStreamTest.java 188 "original compressed data did not equal decompressed data",
437 "original compressed data did not equal decompressed data",
ZipFileTest.java 291 // read a compressed entry
339 // read a compressed entry
  /external/chromium/net/base/
sdch_manager.h 166 // Sdch filters can get our text to use in decoding compressed data.
191 // if the |target_url| returns SDCH compressed data.
  /external/dnsmasq/src/
nameser.h 102 #define MAXCDNAME 255 /* maximum compressed domain name */
321 * Defines for handling compressed domain names
  /external/qemu/distrib/zlib-1.2.3/
deflate.h 250 ulg compressed_len; /* total bit length of compressed file mod 2^32 */
251 ulg bits_sent; /* bit length of compressed data sent mod 2^32 */
  /external/qemu/slirp/
debug.c 165 lprint(" %6d outbound packets (%d compressed)\r\n",
170 lprint(" %6d inbound compressed packets\r\n", comp_s.sls_compressedin);
  /external/qemu/slirp-android/
debug.c 162 lprint(" %6d outbound packets (%d compressed)\r\n",
167 lprint(" %6d inbound compressed packets\r\n", comp_s.sls_compressedin);
  /external/webp/src/dec/
vp8i.h 255 const uint8_t* alpha_data_; // compressed alpha data (if present)
260 const uint8_t* layer_data_; // compressed layer data (if present)
  /external/zlib/contrib/minizip/
unzip.h 119 ZPOS64_T compressed_size; /* compressed size 8 bytes */
140 uLong compressed_size; /* compressed size 4 bytes */
  /external/zlib/
deflate.h 253 ulg compressed_len; /* total bit length of compressed file mod 2^32 */
254 ulg bits_sent; /* bit length of compressed data sent mod 2^32 */
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
avcenc_int.h 191 int counter_BTsrc; /* BT = Bit Transfer, bit transfer from low motion frames or less complicatedly compressed frames */
192 int counter_BTdst; /* BT = Bit Transfer, bit transfer to scene change frames or high motion frames or more complicatedly compressed frames */
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4lib_int.h 290 Int counter_BTsrc; /* BT = Bit Transfer, bit transfer from low motion frames or less complicatedly compressed frames */
291 Int counter_BTdst; /* BT = Bit Transfer, bit transfer to scene change frames or high motion frames or more complicatedly compressed frames */
  /frameworks/base/core/java/android/net/http/
AndroidHttpClient.java 297 * The data will not be compressed if it is too short.
319 * Shorter data will not be compressed.
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
OMX_VideoEnc_DSP.h 91 IH264VENC_COMPRESSEDSIZEOVERFLOW, /* Compressed data exceeds the maximum compressed size limit*/
  /libcore/luni/src/main/java/java/util/zip/
ZipFile.java 53 * If this bit is set, the fields crc-32, compressed
56 * data descriptor immediately following the compressed
  /libcore/luni/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
ZipFileTest.java 375 // read a compressed entry
423 // read a compressed entry
  /external/jpeg/
libjpeg.doc 40 Compressed data handling (source and destination managers)
66 The IJG JPEG library provides C code to read and write JPEG-compressed image
116 Specify the destination for the compressed data (eg, a file)
132 The image data to be compressed is supplied to jpeg_write_scanlines() from
135 The library emits compressed data by calling a "data destination manager",
142 Specify the source of the compressed data (eg, a file)
157 The decompression library obtains compressed data by calling a data source
285 2. Specify the destination for the compressed data (eg, a file).
287 As previously mentioned, the JPEG library delivers compressed data to a
305 WARNING: it is critical that the binary compressed data be delivered to th
    [all...]
  /bootable/recovery/applypatch/
imgpatch.c 202 printf("failed to write %ld compressed bytes to output\n",

Completed in 676 milliseconds

<<11121314151617181920>>