Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h1772 size_t *pLen_out,
1775 int num_chans, size_t *pLen_out);
4504 size_t *pLen_out, in tdefl_write_image_to_png_file_in_memory_ex() argument
4515 *pLen_out = 0; in tdefl_write_image_to_png_file_in_memory_ex()
4543 *pLen_out = out_buf.m_size - 41; in tdefl_write_image_to_png_file_in_memory_ex()
4579 (mz_uint8)(*pLen_out >> 24), in tdefl_write_image_to_png_file_in_memory_ex()
4580 (mz_uint8)(*pLen_out >> 16), in tdefl_write_image_to_png_file_in_memory_ex()
4581 (mz_uint8)(*pLen_out >> 8), in tdefl_write_image_to_png_file_in_memory_ex()
4582 (mz_uint8)*pLen_out, in tdefl_write_image_to_png_file_in_memory_ex()
4595 *pLen_out = 0; in tdefl_write_image_to_png_file_in_memory_ex()
[all …]