HomeSort by relevance Sort by last modified time
    Searched defs:compression_type (Results 1 - 7 of 7) 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/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/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 412 milliseconds