Searched refs:pDest (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 2167 stream.next_out = pDest; 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 2375 stream.next_out = pDest; in mz_uncompress()
|