Searched refs:pDest_len (Results 1 – 1 of 1) sorted by relevance
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | tinyexr.h | 1131 int mz_compress(unsigned char *pDest, mz_ulong *pDest_len, 1133 int mz_compress2(unsigned char *pDest, mz_ulong *pDest_len, 1184 int mz_uncompress(unsigned char *pDest, mz_ulong *pDest_len, 2156 int mz_compress2(unsigned char *pDest, mz_ulong *pDest_len, in mz_compress2() argument 2163 if ((source_len | *pDest_len) > 0xFFFFFFFFU) return MZ_PARAM_ERROR; in mz_compress2() 2168 stream.avail_out = (mz_uint32)*pDest_len; in mz_compress2() 2179 *pDest_len = stream.total_out; in mz_compress2() 2183 int mz_compress(unsigned char *pDest, mz_ulong *pDest_len, in mz_compress() argument 2185 return mz_compress2(pDest, pDest_len, pSource, source_len, in mz_compress() 2364 int mz_uncompress(unsigned char *pDest, mz_ulong *pDest_len, in mz_uncompress() argument [all …]
|