Searched refs:pSource (Results 1 – 1 of 1) sorted by relevance
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | tinyexr.h | 1132 const unsigned char *pSource, mz_ulong source_len); 1134 const unsigned char *pSource, mz_ulong source_len, int level); 1185 const unsigned char *pSource, mz_ulong source_len); 2157 const unsigned char *pSource, mz_ulong source_len, int level) { in mz_compress2() argument 2165 stream.next_in = pSource; in mz_compress2() 2184 const unsigned char *pSource, mz_ulong source_len) { in mz_compress() argument 2185 return mz_compress2(pDest, pDest_len, pSource, source_len, in mz_compress() 2365 const unsigned char *pSource, mz_ulong source_len) { in mz_uncompress() argument 2373 stream.next_in = pSource; in mz_uncompress()
|