Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h1611 tinfl_put_buf_func_ptr pPut_buf_func,
1785 tdefl_put_buf_func_ptr pPut_buf_func,
1882 tdefl_put_buf_func_ptr pPut_buf_func,
3044 tinfl_put_buf_func_ptr pPut_buf_func, in tinfl_decompress_mem_to_callback() argument
3062 (!(*pPut_buf_func)(pDict + dict_ofs, (int)dst_buf_size, pPut_buf_user))) in tinfl_decompress_mem_to_callback()
4338 tdefl_put_buf_func_ptr pPut_buf_func, in tdefl_init() argument
4340 d->m_pPut_buf_func = pPut_buf_func; in tdefl_init()
4381 tdefl_put_buf_func_ptr pPut_buf_func, in tdefl_compress_mem_to_output() argument
4385 if (((buf_len) && (!pBuf)) || (!pPut_buf_func)) return MZ_FALSE; in tdefl_compress_mem_to_output()
4388 succeeded = (tdefl_init(pComp, pPut_buf_func, pPut_buf_user, flags) == in tdefl_compress_mem_to_output()