Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_common/miniz/
Dminiz.h655 …e_in_memory_ex(const void *pImage, int w, int h, int num_chans, size_t *pLen_out, mz_uint level, m…
656 …ite_image_to_png_file_in_memory(const void *pImage, int w, int h, int num_chans, size_t *pLen_out);
Dminiz.c2041 …e_in_memory_ex(const void *pImage, int w, int h, int num_chans, size_t *pLen_out, mz_uint level, m… in tdefl_write_image_to_png_file_in_memory_ex() argument
2045 …essor)); tdefl_output_buffer out_buf; int i, bpl = w * num_chans, y, z; mz_uint32 c; *pLen_out = 0; in tdefl_write_image_to_png_file_in_memory_ex()
2055 *pLen_out = out_buf.m_size-41; in tdefl_write_image_to_png_file_in_memory_ex()
2060 …(mz_uint8)(*pLen_out>>24),(mz_uint8)(*pLen_out>>16),(mz_uint8)(*pLen_out>>8),(mz_uint8)*pLen_out,0… in tdefl_write_image_to_png_file_in_memory_ex()
2065 …r("\0\0\0\0\0\0\0\0\x49\x45\x4e\x44\xae\x42\x60\x82", 16, &out_buf)) { *pLen_out = 0; MZ_FREE(pCom… in tdefl_write_image_to_png_file_in_memory_ex()
2066 …c = (mz_uint32)mz_crc32(MZ_CRC32_INIT,out_buf.m_pBuf+41-4, *pLen_out+4); for (i=0; i<4; ++i, c<<=8… in tdefl_write_image_to_png_file_in_memory_ex()
2068 *pLen_out += 57; MZ_FREE(pComp); return out_buf.m_pBuf; in tdefl_write_image_to_png_file_in_memory_ex()
2070 …rite_image_to_png_file_in_memory(const void *pImage, int w, int h, int num_chans, size_t *pLen_out) in tdefl_write_image_to_png_file_in_memory() argument
2073 return tdefl_write_image_to_png_file_in_memory_ex(pImage, w, h, num_chans, pLen_out, 6, MZ_FALSE); in tdefl_write_image_to_png_file_in_memory()