HomeSort by relevance Sort by last modified time
    Searched refs:compression (Results 51 - 75 of 190) sorted by null

1 23 4 5 6 7 8

  /external/chromium_org/gpu/command_buffer/tests/
gl_test_utils.cc 188 uint8 compression[4]; member in struct:__anon13074::BitmapInfoHeader
231 Set32BitValue(bih.compression, 0);
  /external/chromium_org/third_party/libpng/
pngset.c 630 /* Compression is always zero but is here so the API and info structure
631 * does not have to change if we introduce multiple compression types
715 if (text_ptr[i].compression <= 0)
746 if (text_ptr[i].compression > 0)
747 textp->compression = PNG_ITXT_COMPRESSION_NONE;
750 textp->compression = PNG_TEXT_COMPRESSION_NONE;
756 textp->compression = text_ptr[i].compression;
772 if (text_ptr[i].compression > 0)
797 if (textp->compression > 0
    [all...]
pngwutil.c 176 png_charp text, png_size_t text_len, int compression,
188 if (compression == PNG_TEXT_COMPRESSION_NONE)
195 if (compression >= PNG_TEXT_COMPRESSION_LAST)
199 png_snprintf(msg, 50, "Unknown compression type %d", compression);
202 png_warning(png_ptr, "Unknown compression type");
221 /* Set up the compression buffers */
227 /* This is the same compression loop as in png_write_row() */
283 /* Finish the compression */
357 /* Handle the no-compression case *
    [all...]
  /external/protobuf/
configure.ac 102 AC_DEFINE([HAVE_ZLIB], [1], [Enable classes using zlib compression.])
  /external/valgrind/main/memcheck/tests/
varinfo6.stdout.exp 11 6710 after compression
origin5-bz2.stdout.exp 12 6710 after compression
vcpu_bz2.stdout.exp 11 6710 after compression
  /external/libpng/
pngset.c 625 png_app_error(png_ptr, "Invalid iCCP compression method");
763 if (text_ptr[i].compression < PNG_TEXT_COMPRESSION_NONE ||
764 text_ptr[i].compression >= PNG_TEXT_COMPRESSION_LAST)
766 png_chunk_report(png_ptr, "text compression mode is out of range",
773 if (text_ptr[i].compression <= 0)
808 if (text_ptr[i].compression > 0)
809 textp->compression = PNG_ITXT_COMPRESSION_NONE;
813 textp->compression = PNG_TEXT_COMPRESSION_NONE;
819 textp->compression = text_ptr[i].compression;
    [all...]
example.c     [all...]
pngstruct.h 61 /* The type of a compression buffer list used by the write code. */
237 int zlib_level; /* holds zlib compression level */
238 int zlib_method; /* holds zlib compression method */
239 int zlib_window_bits; /* holds zlib compression window bits */
240 int zlib_mem_level; /* holds zlib compression memory level */
241 int zlib_strategy; /* holds zlib compression strategy */
245 int zlib_text_level; /* holds zlib compression level */
246 int zlib_text_method; /* holds zlib compression method */
247 int zlib_text_window_bits; /* holds zlib compression window bits */
248 int zlib_text_mem_level; /* holds zlib compression memory level *
294 png_byte compression; \/* file compression type (always 0) *\/ member in struct:png_struct_def
    [all...]
  /external/deqp/framework/common/
tcuTestLog.cpp 48 LogImage::LogImage (const std::string& name, const std::string& description, const Surface& surface, qpImageCompressionMode compression)
54 , m_compression (compression)
58 LogImage::LogImage (const std::string& name, const std::string& description, const ConstPixelBufferAccess& access, qpImageCompressionMode compression)
64 , m_compression (compression)
  /external/opencv/otherlibs/highgui/
grfmt_tiff.cpp 139 int width = 0, height = 0, photometric = 0, compression = 0; local
146 (!TIFFGetField( tif, TIFFTAG_COMPRESSION, &compression ) ||
147 (compression != COMPRESSION_LZW &&
148 compression != COMPRESSION_OJPEG)))
  /build/tools/releasetools/
common.py 784 def ZipWriteStr(zip, filename, data, perms=0644, compression=None):
788 if compression is None:
789 zinfo.compress_type = zip.compression
791 zinfo.compress_type = compression
897 def AddToZip(self, z, compression=None):
898 ZipWriteStr(z, self.name, self.data, compression=compression)
    [all...]
  /external/deqp/executor/
xeTestCaseResult.hpp 252 enum Compression
260 Image (void) : Item(TYPE_IMAGE), width(0), height(0), format(FORMAT_LAST), compression(COMPRESSION_LAST) {}
268 Compression compression; member in class:xe::ri::Image
xeTestLogWriter.cpp 147 static const char* getImageCompressionName (ri::Image::Compression compression)
149 switch (compression)
272 << Writer::Attribute("CompressionMode", getImageCompressionName(image.compression))
  /external/qemu/distrib/libpng-1.2.46/
pngset.c 630 /* Compression is always zero but is here so the API and info structure
631 * does not have to change if we introduce multiple compression types
725 if (text_ptr[i].compression <= 0)
756 if (text_ptr[i].compression > 0)
757 textp->compression = PNG_ITXT_COMPRESSION_NONE;
760 textp->compression = PNG_TEXT_COMPRESSION_NONE;
766 textp->compression = text_ptr[i].compression;
782 if (text_ptr[i].compression > 0)
807 if (textp->compression > 0
    [all...]
pngwutil.c 176 png_charp text, png_size_t text_len, int compression,
188 if (compression == PNG_TEXT_COMPRESSION_NONE)
195 if (compression >= PNG_TEXT_COMPRESSION_LAST)
199 png_snprintf(msg, 50, "Unknown compression type %d", compression);
202 png_warning(png_ptr, "Unknown compression type");
221 /* Set up the compression buffers */
227 /* This is the same compression loop as in png_write_row() */
283 /* Finish the compression */
357 /* Handle the no-compression case *
    [all...]
  /bootable/recovery/minzip/
Zip.c 95 pEntry->compLen, pEntry->uncompLen, pEntry->compression);
339 pEntry->compression = get2LE(ptr + CENHOW);
612 switch (pEntry->compression) {
620 LOGE("Unsupported compression type %d for entry '%s'\n",
621 pEntry->compression, pEntry->fileName);
746 if (pEntry->compression != STORED) {
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
fakewebrtcvoiceengine.h 748 webrtc::CodecInst* compression,
751 webrtc::CodecInst* compression));
754 webrtc::CodecInst* compression,
763 webrtc::CodecInst* compression)) {
787 webrtc::CodecInst* compression));
790 webrtc::CodecInst* compression));
    [all...]
  /external/skia/tests/
PDFPrimitivesTest.cpp 73 bool indirect, bool compression) {
75 if (!compression) {
133 char streamBytes2[] = "This is a longer string, so that compression "
145 // Check first without compression.
155 // Then again with compression.
  /external/valgrind/main/exp-sgcheck/tests/
hackedbz2.stdout.exp 11 6710 after compression
  /external/chromium_org/third_party/leveldatabase/src/table/
table_builder.cc 149 CompressionType type = r->options.compression;
150 // TODO(postrelease): Support more compression options: zlib?
  /external/chromium_org/third_party/libxslt/libxslt/
xsltutils.h 224 int compression);
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngstruct.h 83 int zlib_level; /* holds zlib compression level */
84 int zlib_method; /* holds zlib compression method */
85 int zlib_window_bits; /* holds zlib compression window bits */
86 int zlib_mem_level; /* holds zlib compression memory level */
87 int zlib_strategy; /* holds zlib compression strategy */
92 int zlib_text_level; /* holds zlib compression level */
93 int zlib_text_method; /* holds zlib compression method */
94 int zlib_text_window_bits; /* holds zlib compression window bits */
95 int zlib_text_mem_level; /* holds zlib compression memory level */
96 int zlib_text_strategy; /* holds zlib compression strategy *
131 png_byte compression; \/* file compression type (always 0) *\/ member in struct:png_struct_def
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
archive_util.py 64 the appropriate compression extension (".gz", ".bz2" or ".Z").
71 # flags for compression program, each element of list will be an argument
107 # compression using `compress`
163 compression=zipfile.ZIP_DEFLATED)

Completed in 1774 milliseconds

1 23 4 5 6 7 8