Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h1896 size_t in_buf_size, tdefl_flush flush);
3053 size_t in_buf_size = *pIn_buf_size - in_buf_ofs, in tinfl_decompress_mem_to_callback() local
3057 &in_buf_size, pDict, pDict + dict_ofs, &dst_buf_size, in tinfl_decompress_mem_to_callback()
3060 in_buf_ofs += in_buf_size; in tinfl_decompress_mem_to_callback()
4332 size_t in_buf_size, tdefl_flush flush) { in tdefl_compress_buffer() argument
4334 return tdefl_compress(d, pIn_buf, &in_buf_size, NULL, NULL, flush); in tdefl_compress_buffer()
5568 size_t in_buf_size, in mz_zip_reader_extract_to_mem_no_alloc() local
5581 in_buf_size = (size_t)read_buf_avail; in mz_zip_reader_extract_to_mem_no_alloc()
5583 &inflator, (mz_uint8 *)pRead_buf + read_buf_ofs, &in_buf_size, in mz_zip_reader_extract_to_mem_no_alloc()
5587 read_buf_avail -= in_buf_size; in mz_zip_reader_extract_to_mem_no_alloc()
[all …]