Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h2241 size_t in_bytes, out_bytes, orig_avail_in; in mz_inflate() local
2251 orig_avail_in = pStream->avail_in; in mz_inflate()
2331 else if ((status == TINFL_STATUS_NEEDS_MORE_INPUT) && (!orig_avail_in)) in mz_inflate()