Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h1018 MZ_BUF_ERROR = -5, enumerator
1221 #define Z_BUF_ERROR MZ_BUF_ERROR
2094 if (!pStream->avail_out) return MZ_BUF_ERROR; in mz_deflate()
2100 return (flush == MZ_FINISH) ? MZ_STREAM_END : MZ_BUF_ERROR; in mz_deflate()
2133 return MZ_BUF_ERROR; // Can't make forward progress without some input. in mz_deflate()
2176 return (status == MZ_OK) ? MZ_BUF_ERROR : status; in mz_compress2()
2282 return MZ_BUF_ERROR; in mz_inflate()
2332 return MZ_BUF_ERROR; // Signal caller that we can't make forward progress in mz_inflate()
2339 return pState->m_dict_avail ? MZ_BUF_ERROR : MZ_STREAM_END; in mz_inflate()
2344 return MZ_BUF_ERROR; in mz_inflate()
[all …]