Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h4546 mz_uint8 pnghdr[41] = {0x89, in tdefl_write_image_to_png_file_in_memory_ex() local
4587 c = (mz_uint32)mz_crc32(MZ_CRC32_INIT, pnghdr + 12, 17); in tdefl_write_image_to_png_file_in_memory_ex()
4589 ((mz_uint8 *)(pnghdr + 29))[i] = (mz_uint8)(c >> 24); in tdefl_write_image_to_png_file_in_memory_ex()
4590 memcpy(out_buf.m_pBuf, pnghdr, 41); in tdefl_write_image_to_png_file_in_memory_ex()