Searched defs:comp_type (Results 1 - 2 of 2) sorted by relevance

/external/libpng/
H A Dpngrutil.c337 png_decompress_chunk(png_structp png_ptr, int comp_type, argument
349 else if (comp_type == PNG_COMPRESSION_TYPE_BASE)
411 else /* if (comp_type != PNG_COMPRESSION_TYPE_BASE) */
417 comp_type);
2117 int comp_type; local
2188 comp_type = *(++text);
2189 if (comp_type != PNG_TEXT_COMPRESSION_zTXt)
2192 comp_type = PNG_TEXT_COMPRESSION_zTXt;
2198 png_decompress_chunk(png_ptr, comp_type,
2210 text_ptr->compression = comp_type;
2238 int comp_type = 0; local
[all...]
/external/qemu/distrib/libpng-1.2.19/
H A Dpngrutil.c184 png_decompress_chunk(png_structp png_ptr, int comp_type, argument
192 if (comp_type == PNG_COMPRESSION_TYPE_BASE)
326 else /* if (comp_type != PNG_COMPRESSION_TYPE_BASE) */
332 "Unknown zTXt compression type %d", comp_type);
1955 int comp_type; local
2005 comp_type = *(++text);
2006 if (comp_type != PNG_TEXT_COMPRESSION_zTXt)
2009 comp_type = PNG_TEXT_COMPRESSION_zTXt;
2015 chunkdata = (png_charp)png_decompress_chunk(png_ptr, comp_type, chunkdata,
2026 text_ptr->compression = comp_type;
2054 int comp_type = 0; local
[all...]

Completed in 106 milliseconds