Searched refs:compression (Results 1 - 25 of 53) sorted by relevance

123

/external/quake/quake/src/QW/client/
H A Dwad.h60 char compression; member in struct:__anon9010
/external/quake/quake/src/WinQuake/
H A Dwad.h60 char compression; member in struct:__anon9468
/external/libxml2/include/libxml/
H A Dc14n.h79 int compression);
H A DxmlIO.h228 int compression);
274 int compression);
330 int compression );
H A Dxmlwriter.h36 xmlNewTextWriterFilename(const char *uri, int compression);
38 xmlNewTextWriterMemory(xmlBufferPtr buf, int compression);
40 xmlNewTextWriterPushParser(xmlParserCtxtPtr ctxt, int compression);
42 xmlNewTextWriterDoc(xmlDocPtr * doc, int compression);
45 int compression);
/external/libpng/contrib/gregbook/
H A Dwritepng.c120 /* set the compression levels--in general, always want to leave filtering
124 * compression (NOT the default); and remaining compression flags should
182 text[num_text].compression = PNG_TEXT_COMPRESSION_NONE;
188 text[num_text].compression = PNG_TEXT_COMPRESSION_NONE;
194 text[num_text].compression = PNG_TEXT_COMPRESSION_NONE;
200 text[num_text].compression = PNG_TEXT_COMPRESSION_NONE;
206 text[num_text].compression = PNG_TEXT_COMPRESSION_NONE;
212 text[num_text].compression = PNG_TEXT_COMPRESSION_NONE;
/external/chromium/chrome/browser/ui/cocoa/
H A Dbrowser_window_controller_private.h102 // Sets the toolbar's height to a value appropriate for the given compression.
105 - (void)adjustToolbarAndBookmarkBarForCompression:(CGFloat)compression;
/external/esd/include/
H A Daudiofile.h163 /* supported compression schemes */
170 /* Apple proprietary AIFF-C compression schemes (not supported) */
213 AF_QUERY_NATIVE_SAMPFMT = 609, /* for compression */
299 AF_BAD_COMP_PARAM = 55, /* unrecognized compression parameter */
372 AF_ERR_BAD_COMP_PARAM = 55+AF_ERR_BASE, /* unrecognized compression parameter */
456 /* conversion/compression params set via DMparams */
458 /* conversion/compression params retrieved via DMparams */
496 /* track data: compression */
497 void afInitCompression (AFfilesetup, int track, int compression);
499 void afInitCompressionParams (AFfilesetup, int track, int compression
[all...]
/external/libpng/
H A Dpngwrite.c234 info_ptr->text[i].compression);
236 if (info_ptr->text[i].compression > 0)
241 info_ptr->text[i].compression,
250 info_ptr->text[i].compression = PNG_TEXT_COMPRESSION_NONE_WR;
253 else if (info_ptr->text[i].compression == PNG_TEXT_COMPRESSION_zTXt)
259 info_ptr->text[i].compression);
264 info_ptr->text[i].compression = PNG_TEXT_COMPRESSION_zTXt_WR;
266 else if (info_ptr->text[i].compression == PNG_TEXT_COMPRESSION_NONE)
274 info_ptr->text[i].compression = PNG_TEXT_COMPRESSION_NONE_WR;
341 info_ptr->text[i].compression);
[all...]
H A Dpngset.c631 * 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)
H A Dexample.c675 text_ptr[0].compression = PNG_TEXT_COMPRESSION_NONE;
678 text_ptr[1].compression = PNG_TEXT_COMPRESSION_NONE;
681 text_ptr[2].compression = PNG_TEXT_COMPRESSION_zTXt;
710 /* Once we write out the header, the compression type on the text
H A Dpngwutil.c176 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 cas
175 png_text_compress(png_structp png_ptr, png_charp text, png_size_t text_len, int compression, compression_state *comp) argument
1392 png_write_zTXt(png_structp png_ptr, png_charp key, png_charp text, png_size_t text_len, int compression) argument
1452 png_write_iTXt(png_structp png_ptr, int compression, png_charp key, png_charp lang, png_charp lang_key, png_charp text) argument
[all...]
/external/qemu/distrib/libpng-1.2.19/
H A Dpngwrite.c217 info_ptr->text[i].compression);
219 if (info_ptr->text[i].compression > 0)
224 info_ptr->text[i].compression,
233 info_ptr->text[i].compression = PNG_TEXT_COMPRESSION_NONE_WR;
236 else if (info_ptr->text[i].compression == PNG_TEXT_COMPRESSION_zTXt)
242 info_ptr->text[i].compression);
247 info_ptr->text[i].compression = PNG_TEXT_COMPRESSION_zTXt_WR;
249 else if (info_ptr->text[i].compression == PNG_TEXT_COMPRESSION_NONE)
260 info_ptr->text[i].compression = PNG_TEXT_COMPRESSION_NONE_WR;
320 info_ptr->text[i].compression);
[all...]
H A Dpngset.c308 png_error(png_ptr, "Unknown compression method in IHDR");
709 * does not have to change if we introduce multiple compression types */
791 if(text_ptr[i].compression <= 0)
820 if(text_ptr[i].compression > 0)
821 textp->compression = PNG_ITXT_COMPRESSION_NONE;
824 textp->compression = PNG_TEXT_COMPRESSION_NONE;
829 textp->compression = text_ptr[i].compression;
844 if (text_ptr[i].compression > 0)
869 if(textp->compression >
[all...]
H A Dpngwutil.c162 png_charp text, png_size_t text_len, int compression,
174 if (compression == PNG_TEXT_COMPRESSION_NONE)
181 if (compression >= PNG_TEXT_COMPRESSION_LAST)
185 png_snprintf(msg, 50, "Unknown compression type %d", compression);
188 png_warning(png_ptr, "Unknown compression type");
207 /* set up the compression buffers */
213 /* this is the same compression loop as in png_write_row() */
268 /* finish the compression */
341 /* handle the no-compression cas
161 png_text_compress(png_structp png_ptr, png_charp text, png_size_t text_len, int compression, compression_state *comp) argument
1368 png_write_zTXt(png_structp png_ptr, png_charp key, png_charp text, png_size_t text_len, int compression) argument
1427 png_write_iTXt(png_structp png_ptr, int compression, png_charp key, png_charp lang, png_charp lang_key, png_charp text) argument
[all...]
/external/libxml2/
H A DxmlIO.c1166 * @compression: the compression factor (0 - 9 included)
1174 xmlGzfileOpenW (const char *filename, int compression) { argument
1179 snprintf(mode, sizeof(mode), "wb%d", compression);
1274 int compression; member in struct:xmlIOHTTPWriteCtxt_
1373 *@compression: Compression value to use
1379 * the compression is plagiarized from the zlib source files.
1382 xmlCreateZMemBuff( int compression ) {
1388 if ( ( compression < 1 ) || ( compression >
1687 xmlIOHTTPOpenW(const char *post_uri, int compression) argument
[all...]
/external/chromium/chrome/browser/
H A Dpage_info_model.cc235 const char* compression; local
236 net::SSLCompressionToString(&compression, compression_id);
239 ASCIIToUTF16(compression));
/external/zlib/contrib/pascal/
H A Dexample.pas1 (* 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/protobuf/
H A Dconfigure.ac102 AC_DEFINE([HAVE_ZLIB], [1], [Enable classes using zlib compression.])
/external/valgrind/main/memcheck/tests/
H A Dvarinfo6.stdout.exp11 6710 after compression
/external/opencv/otherlibs/highgui/
H A Dgrfmt_tiff.cpp139 int width = 0, height = 0, photometric = 0, compression = 0; local
146 (!TIFFGetField( tif, TIFFTAG_COMPRESSION, &compression ) ||
147 (compression != COMPRESSION_LZW &&
148 compression != COMPRESSION_OJPEG)))
/external/zlib/as400/
H A Dzlib.inc1 * ZLIB.INC - Interface to the general purpose compression library
195 D deflateInit PR 10I 0 extproc('deflateInit_') Init. compression
205 D deflateEnd PR 10I 0 extproc('deflateEnd') Termin. compression
224 D deflateInit2 PR 10I 0 extproc('deflateInit2_') Init. compression
/external/zlib/old/as400/
H A Dzlib.inc1 * ZLIB.INC - Interface to the general purpose compression library
195 D deflateInit PR 10I 0 extproc('deflateInit_') Init. compression
205 D deflateEnd PR 10I 0 extproc('deflateEnd') Termin. compression
224 D deflateInit2 PR 10I 0 extproc('deflateInit2_') Init. compression
/external/chromium/net/socket/
H A Dssl_client_socket_openssl.cc50 int compression,
54 ((compression & SSL_CONNECTION_COMPRESSION_MASK) <<
450 // If TLS was disabled also disable compression, to provide maximum site
573 const COMP_METHOD* compression = SSL_get_current_compression(ssl_);
577 compression ? compression->type : 0,
591 << " compression = "
49 EncodeSSLConnectionStatus(int cipher_suite, int compression, int version) argument
/external/srec/config/en.us/
H A DAndroid.mk83 # the advancecomp suite of compression utilities. (On ubuntu,

Completed in 443 milliseconds

123