HomeSort by relevance Sort by last modified time
    Searched defs:compression_type (Results 1 - 11 of 11) sorted by null

  /ndk/tests/build/issue20862-libpng-O0/jni/
pnginfo.h 69 png_byte compression_type; /* must be PNG_COMPRESSION_TYPE_BASE (IHDR) */ member in struct:png_info_def
pngstruct.h 318 png_byte compression_type; member in struct:png_struct_def
  /external/chromium_org/tools/imagediff/
image_diff_png.cc 156 int bit_depth, color_type, interlace_type, compression_type; local
160 &interlace_type, &compression_type, &filter_type);
  /external/chromium_org/ui/gfx/codec/
png_codec.cc 167 int bit_depth, color_type, interlace_type, compression_type; local
171 &interlace_type, &compression_type, &filter_type);
  /external/chromium_org/third_party/ots/src/
woff2.cc 750 const uint8_t* src_buf, size_t src_size, uint32_t compression_type) {
751 if (compression_type == kCompressionTypeGzip) {
759 } else if (compression_type == kCompressionTypeLzma) {
966 uint32_t compression_type = flags & kCompressionTypeMask; local
972 } else if (compression_type == kCompressionTypeNone) {
995 src_buf, table->src_length, compression_type)) {
    [all...]
  /external/libpng/
pngtest.c 907 int interlace_type, compression_type, filter_type; local
910 &color_type, &interlace_type, &compression_type, &filter_type))
914 color_type, interlace_type, compression_type, filter_type);
916 color_type, PNG_INTERLACE_NONE, compression_type, filter_type);
970 int compression_type; local
972 if (png_get_iCCP(read_ptr, read_info_ptr, &name, &compression_type,
975 png_set_iCCP(write_ptr, write_info_ptr, name, compression_type,
    [all...]
pngrutil.c 461 int bit_depth, color_type, compression_type, filter_type; local
482 compression_type = buf[10];
495 png_ptr->compression_type = (png_byte)compression_type;
526 color_type, interlace_type, compression_type, filter_type);
1069 png_byte compression_type; local
    [all...]
  /frameworks/base/tools/aapt/
Images.cpp 76 int bit_depth, interlace_type, compression_type; local
83 &interlace_type, &compression_type, NULL);
86 //printf("color_type=%d, bit_depth=%d, interlace_type=%d, compression_type=%d\n",
87 // color_type, bit_depth, interlace_type, compression_type);
132 interlace_type, compression_type));
136 &interlace_type, &compression_type, NULL);
980 int bit_depth, interlace_type, compression_type; local
    [all...]
  /external/chromium_org/third_party/libpng/
pngrutil.c 445 int bit_depth, color_type, compression_type, filter_type; local
466 compression_type = buf[10];
479 png_ptr->compression_type = (png_byte)compression_type;
510 color_type, interlace_type, compression_type, filter_type);
1053 png_byte compression_type; local
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngrutil.c 352 int bit_depth, color_type, compression_type, filter_type; local
373 compression_type = buf[10];
386 png_ptr->compression_type = (png_byte)compression_type;
414 color_type, interlace_type, compression_type, filter_type);
991 png_byte compression_type; local
1054 /* compression_type should always be zero */
1055 compression_type = *profile++;
1056 if (compression_type)
1059 compression_type=0x00; /* Reset it to zero (libpng-1.0.6 through 1.0.
    [all...]
png.h 709 png_byte compression_type; /* must be PNG_COMPRESSION_TYPE_BASE (IHDR) */ member in struct:png_info_struct
1396 png_byte compression_type; member in struct:png_struct_def
    [all...]

Completed in 157 milliseconds