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

  /external/libpng/
pngrutil.c 337 png_decompress_chunk(png_structp png_ptr, int comp_type,
349 else if (comp_type == PNG_COMPRESSION_TYPE_BASE)
417 else /* if (comp_type != PNG_COMPRESSION_TYPE_BASE) */
423 comp_type);
2123 int comp_type; local
2244 int comp_type = 0; local
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngrutil.c 184 png_decompress_chunk(png_structp png_ptr, int comp_type,
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
2054 int comp_type = 0; local
    [all...]

Completed in 32 milliseconds