Home
last modified time | relevance | path

Searched refs:mz_uncompress (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h1184 int mz_uncompress(unsigned char *pDest, mz_ulong *pDest_len,
1252 #define uncompress mz_uncompress
2364 int mz_uncompress(unsigned char *pDest, mz_ulong *pDest_len, in mz_uncompress() function
7613 miniz::mz_uncompress(&tmpBuf.at(0), uncompressed_size, src, src_size); in DecompressZip()