HomeSort by relevance Sort by last modified time
    Searched refs:compression (Results 76 - 100 of 412) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/ImageMagick/coders/
palm.c 430 image->compression=NoCompression;
440 image->compression=RLECompression;
460 image->compression=FaxCompression;
781 if ((image_info->compression == RLECompression) ||
782 (image_info->compression == FaxCompression))
788 if ((image_info->compression == RLECompression) ||
789 (image_info->compression == FaxCompression))
794 if (image_info->compression == RLECompression)
797 if (image_info->compression == FaxCompression)
    [all...]
tga.c 265 image->compression=NoCompression;
269 image->compression=RLECompression;
723 compression;
779 compression=image->compression;
780 if (image_info->compression != UndefinedCompression)
781 compression=image_info->compression;
802 tga_info.image_type=compression == RLECompression ? TGARLEMonochrome :
810 tga_info.image_type=compression == RLECompression ? TGARLERGB : TGARGB
717 compression; local
    [all...]
miff.c 520 image->compression=NoCompression;
712 if (LocaleCompare(keyword,"compression") == 0)
715 compression;
717 compression=ParseCommandOption(MagickCompressOptions,
719 if (compression < 0)
721 image->compression=(CompressionType) compression;
710 compression; local
1925 compression; local
    [all...]
dds.c 1644 compression; local
2584 compression, local
    [all...]
sgi.c 330 case 0x00: image->compression=NoCompression; break;
331 case 0x01: image->compression=RLECompression; break;
871 compression;
934 compression=image->compression;
935 if (image_info->compression != UndefinedCompression)
936 compression=image_info->compression;
938 compression=NoCompression;
939 if (compression == NoCompression
864 compression; local
    [all...]
mpc.c 234 image->compression=NoCompression;
426 if (LocaleCompare(keyword,"compression") == 0)
429 compression;
431 compression=ParseCommandOption(MagickCompressOptions,
433 if (compression < 0)
435 image->compression=(CompressionType) compression;
772 (image->compression == UndefinedCompression) || (image->columns == 0) ||
425 compression; local
    [all...]
  /external/libxml2/include/libxml/
xmlIO.h 228 int compression);
280 int compression);
336 int compression );
xmlwriter.h 35 xmlNewTextWriterFilename(const char *uri, int compression);
37 xmlNewTextWriterMemory(xmlBufferPtr buf, int compression);
39 xmlNewTextWriterPushParser(xmlParserCtxtPtr ctxt, int compression);
41 xmlNewTextWriterDoc(xmlDocPtr * doc, int compression);
44 int compression);
  /external/python/cpython2/Lib/test/
test_zipfile64.py 46 def zipTest(self, f, compression):
48 zipfp = zipfile.ZipFile(f, "w", compression, allowZip64=True)
67 zipfp = zipfile.ZipFile(f, "r", compression)
  /external/python/cpython3/Lib/test/
test_zipfile64.py 39 def zipTest(self, f, compression):
41 zipfp = zipfile.ZipFile(f, "w", compression)
60 zipfp = zipfile.ZipFile(f, "r", compression)
  /prebuilts/go/darwin-x86/src/compress/zlib/
writer.go 48 // NewWriterLevel is like NewWriter but specifies the compression level instead
51 // The compression level can be DefaultCompression, NoCompression, HuffmanOnly
65 return nil, fmt.Errorf("zlib: invalid compression level: %d", level)
95 // The first four bits is the CINFO (compression info), which is 7 for the default deflate window size.
96 // The next four bits is the CM (compression method), which is 8 for deflate.
98 // The next two bits is the FLEVEL (compression level). The four values are:
  /prebuilts/go/linux-x86/src/compress/zlib/
writer.go 48 // NewWriterLevel is like NewWriter but specifies the compression level instead
51 // The compression level can be DefaultCompression, NoCompression, HuffmanOnly
65 return nil, fmt.Errorf("zlib: invalid compression level: %d", level)
95 // The first four bits is the CINFO (compression info), which is 7 for the default deflate window size.
96 // The next four bits is the CM (compression method), which is 8 for deflate.
98 // The next two bits is the FLEVEL (compression level). The four values are:
  /external/tensorflow/tensorflow/core/lib/png/
png_io.cc 331 int channel_bits, int compression, string* png_string,
374 if (compression < 0) compression = Z_DEFAULT_COMPRESSION;
375 png_set_compression_level(png_ptr, compression);
378 // entirely, but it produced pessimal compression ratios. I'm not sure
388 txt.compression = PNG_TEXT_COMPRESSION_NONE;
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/http2/hpack/
hpack.go 5 // Package hpack implements HPACK, a compression format for
8 // See http://tools.ietf.org/html/draft-ietf-httpbis-header-compression-09
62 // http://http2.github.io/http2-spec/compression.html#rfc.section.4.1
158 // http://http2.github.io/http2-spec/compression.html#rfc.section.2.3.2
302 // http://http2.github.io/http2-spec/compression.html#rfc.section.6.1
307 // http://http2.github.io/http2-spec/compression.html#rfc.section.6.2.1
312 // http://http2.github.io/http2-spec/compression.html#rfc.section.6.2.2
317 // http://http2.github.io/http2-spec/compression.html#rfc.section.6.2.3
322 // http://http2.github.io/http2-spec/compression.html#rfc.section.6.3
409 // http://http2.github.io/http2-spec/compression.html#rfc.section.5.1
    [all...]
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/http2/hpack/
hpack.go 5 // Package hpack implements HPACK, a compression format for
8 // See http://tools.ietf.org/html/draft-ietf-httpbis-header-compression-09
62 // http://http2.github.io/http2-spec/compression.html#rfc.section.4.1
158 // http://http2.github.io/http2-spec/compression.html#rfc.section.2.3.2
302 // http://http2.github.io/http2-spec/compression.html#rfc.section.6.1
307 // http://http2.github.io/http2-spec/compression.html#rfc.section.6.2.1
312 // http://http2.github.io/http2-spec/compression.html#rfc.section.6.2.2
317 // http://http2.github.io/http2-spec/compression.html#rfc.section.6.2.3
322 // http://http2.github.io/http2-spec/compression.html#rfc.section.6.3
409 // http://http2.github.io/http2-spec/compression.html#rfc.section.5.1
    [all...]
  /external/libxml2/
xmlIO.c 1139 * @compression: the compression factor (0 - 9 included)
1147 xmlGzfileOpenW (const char *filename, int compression) {
1152 snprintf(mode, sizeof(mode), "wb%d", compression);
1375 int compression; member in struct:xmlIOHTTPWriteCtxt_
    [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)
96 LogImage::LogImage (const std::string& name, const std::string& description, const ConstPixelBufferAccess& access, const Vec4& scale, const Vec4& bias, qpImageCompressionMode compression)
102 , m_compression (compression)
  /external/turbine/java/com/google/turbine/zip/
Zip.java 67 * <li>STORED and DEFLATE are the only supported compression methods.
88 static final int CENHOW = 10; // compression method
253 int compression = cd.getChar(cdindex + CENHOW); local
254 switch (compression) {
271 String.format("unsupported compression mode: 0x%x", compression));
  /external/ImageMagick/tests/
validate.h 239 compression; member in struct:ReferenceFormats
  /external/autotest/client/cros/cellular/mbim_compliance/sequences/
connect_sequence.py 78 compression=0,
  /external/webrtc/webrtc/test/
mock_voice_engine.h 207 CodecInst* compression,
211 int(int channel, OutStream* stream, CodecInst* compression));
214 CodecInst* compression,
217 int(OutStream* stream, CodecInst* compression));
  /external/zlib/src/contrib/pascal/
example.pas 1 (* example.c -- usage example of the zlib compression library
29 * stresses the compression code better, sorry...
185 var c_stream: z_stream; (* compression stream *)
269 * Test deflate with large buffers and dynamic change of compression level
274 var c_stream: z_stream; (* compression stream *)
297 (* Feed in already compressed data and switch to no compression: *)
369 var c_stream: z_stream; (* compression stream *)
451 var c_stream: z_stream; (* compression stream *)
  /hardware/interfaces/camera/common/1.0/default/include/
Exif.h 78 // Sets the compression scheme used for the image data.
80 virtual bool setCompression(uint16_t compression) = 0;
  /toolchain/binutils/binutils-2.27/zlib/contrib/pascal/
example.pas 1 (* example.c -- usage example of the zlib compression library
29 * stresses the compression code better, sorry...
185 var c_stream: z_stream; (* compression stream *)
269 * Test deflate with large buffers and dynamic change of compression level
274 var c_stream: z_stream; (* compression stream *)
297 (* Feed in already compressed data and switch to no compression: *)
369 var c_stream: z_stream; (* compression stream *)
451 var c_stream: z_stream; (* compression stream *)
  /external/vboot_reference/utility/
bmpblk_utility.cc 63 void BmpBlockUtil::force_compression(uint32_t compression) {
64 compression_ = compression;
165 } else if (keyword == "compression") {
211 error("Invalid compression specified in config file (%d)\n", comp);
408 it->second.data.compression = compression_;
422 it->second.data.compression = compression_;
452 it->second.data.compression = compression_;
461 error("Unsupported compression method attempted.\n");
654 " -z NUM = compression algorithm to use\n"
689 int compression = 0 local
    [all...]

Completed in 1152 milliseconds

1 2 34 5 6 7 8 91011>>