Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h2087 size_t in_bytes, out_bytes; in mz_deflate() local
2106 in_bytes = pStream->avail_in; in mz_deflate()
2110 pStream->next_in, &in_bytes, pStream->next_out, in mz_deflate()
2112 pStream->next_in += (mz_uint)in_bytes; in mz_deflate()
2113 pStream->avail_in -= (mz_uint)in_bytes; in mz_deflate()
2114 pStream->total_in += (mz_uint)in_bytes; in mz_deflate()
2241 size_t in_bytes, out_bytes, orig_avail_in; in mz_inflate() local
2264 in_bytes = pStream->avail_in; in mz_inflate()
2266 status = tinfl_decompress(&pState->m_decomp, pStream->next_in, &in_bytes, in mz_inflate()
2270 pStream->next_in += (mz_uint)in_bytes; in mz_inflate()
[all …]