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

1 2 3 4 5 6 7 8 91011>>

  /external/srtp/crypto/
Makefile 122 # the target 'package' builds a compressed tar archive of the source code
Makefile.in 122 # the target 'package' builds a compressed tar archive of the source code
  /external/webkit/Source/WebCore/rendering/
RenderCombineText.cpp 108 // Need to try compressed glyphs.
  /external/webkit/Tools/DumpRenderTree/chromium/
ImageDiff.cpp 110 vector<unsigned char> compressed;
115 std::copy(buf, &buf[numRead], std::back_inserter(compressed));
119 if (!webkit_support::DecodePNG(&compressed[0], compressed.size(), &m_data, &m_width, &m_height)) {
  /external/zlib/
compress.c 16 12 bytes. Upon exit, destLen is the actual size of the compressed buffer.
  /external/zlib/contrib/blast/
blast.h 26 * blast() decompresses the PKWare Data Compression Library (DCL) compressed
  /external/zlib/contrib/delphi/
readme.txt 39 missing. Handling compressed file formats like ZIP/GZIP or PNG
  /external/zlib/doc/
algorithm.txt 13 Literals or match lengths are compressed with one Huffman tree, and
14 match distances are compressed with another tree. The trees are stored
16 size (except that the compressed data for one block must fit in
208 ``DEFLATE Compressed Data Format Specification'' available in
  /frameworks/av/libvideoeditor/vss/common/inc/
M4VPP_API.h 52 M4VPP_kIJPEG, /**< JPEG compressed frames */
  /packages/apps/Contacts/src/com/android/contacts/util/
ContactPhotoUtils.java 77 * Creates a byte[] containing the PNG-compressed bitmap, or null if
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/android/
asset_manager.h 122 * compressed).
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/android/
asset_manager.h 124 * compressed).
  /prebuilts/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/android/
asset_manager.h 122 * compressed).
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/android/
asset_manager.h 122 * compressed).
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/android/
asset_manager.h 122 * compressed).
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/android/
asset_manager.h 122 * compressed).
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/android/
asset_manager.h 122 * compressed).
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/android/
asset_manager.h 122 * compressed).
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/android/
asset_manager.h 122 * compressed).
  /build/tools/zipalign/
ZipAlign.cpp 66 //printf("--- %s: orig at %ld len=%ld (compressed)\n",
163 printf("%8ld %s (OK - compressed)\n",
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
InflaterTest.java 224 "the total number of bytes to be compressed does not equal the total bytes decompressed",
248 "the total number of bytes to be compressed does not equal the total bytes decompressed",
903 "Compressed data the same for stream with dictionary and without it.",
906 "Compressed data the same for stream with dictionary and without it.",
909 "Compressed data the same for stream with different dictionaries.",
1029 "Compressed data the same for stream with different dictionaries.",
1032 "Compressed data the same for stream with different dictionaries.",
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
vcdiff_defs.h 157 // sections may have been compressed using the specified secondary
160 // non-zero, that the corresponding parts are compressed."
  /external/protobuf/src/google/protobuf/compiler/
zip_writer.cc 129 output.WriteLittleEndian32(info.size); // compressed size
160 output.WriteLittleEndian32(size); // compressed size
  /frameworks/base/graphics/java/android/graphics/
YuvImage.java 113 * @param rectangle The rectangle region to be compressed. The medthod checks if rectangle is
118 * @param stream OutputStream to write the compressed data.
  /frameworks/wilhelm/src/android/
AacBqToPcmCbRenderer.cpp 32 * @param data pointer to the compressed audio data
76 * @param data pointer to the compressed audio data

Completed in 915 milliseconds

1 2 3 4 5 6 7 8 91011>>