Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h1005 MZ_FINISH = 4, enumerator
1212 #define Z_FINISH MZ_FINISH
2091 if ((!pStream) || (!pStream->state) || (flush < 0) || (flush > MZ_FINISH) || in mz_deflate()
2100 return (flush == MZ_FINISH) ? MZ_STREAM_END : MZ_BUF_ERROR; in mz_deflate()
2129 else if ((!pStream->avail_in) && (flush != MZ_FINISH)) { in mz_deflate()
2173 status = mz_deflate(&stream, MZ_FINISH); in mz_compress2()
2246 if ((flush) && (flush != MZ_SYNC_FLUSH) && (flush != MZ_FINISH)) in mz_inflate()
2257 if (pState->m_has_flushed && (flush != MZ_FINISH)) return MZ_STREAM_ERROR; in mz_inflate()
2258 pState->m_has_flushed |= (flush == MZ_FINISH); in mz_inflate()
2260 if ((flush == MZ_FINISH) && (first_call)) { in mz_inflate()
[all …]