Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h2994 size_t src_buf_ofs = 0, out_buf_capacity = 0; in tinfl_decompress_mem_to_heap() local
2999 dst_buf_size = out_buf_capacity - *pOut_len, new_out_buf_capacity; in tinfl_decompress_mem_to_heap()
3014 new_out_buf_capacity = out_buf_capacity * 2; in tinfl_decompress_mem_to_heap()
3023 out_buf_capacity = new_out_buf_capacity; in tinfl_decompress_mem_to_heap()