Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h2999 dst_buf_size = out_buf_capacity - *pOut_len, new_out_buf_capacity; in tinfl_decompress_mem_to_heap() local
3014 new_out_buf_capacity = out_buf_capacity * 2; in tinfl_decompress_mem_to_heap()
3015 if (new_out_buf_capacity < 128) new_out_buf_capacity = 128; in tinfl_decompress_mem_to_heap()
3016 pNew_buf = MZ_REALLOC(pBuf, new_out_buf_capacity); in tinfl_decompress_mem_to_heap()
3023 out_buf_capacity = new_out_buf_capacity; in tinfl_decompress_mem_to_heap()