Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_common/miniz/
Dminiz.h685 TDEFL_NO_FLUSH = 0, enumerator
Dminiz.c1949 d->m_flush = TDEFL_NO_FLUSH; d->m_pSrc = NULL; d->m_src_buf_left = 0; d->m_out_buf_ofs = 0; in tdefl_init()
2052 …fer(pComp, &z, 1, TDEFL_NO_FLUSH); tdefl_compress_buffer(pComp, (mz_uint8*)pImage + (flip ? (h - 1… in tdefl_write_image_to_png_file_in_memory_ex()
3779 …fl_compress_buffer(pComp, pRead_buf, in_buf_size, uncomp_remaining ? TDEFL_NO_FLUSH : TDEFL_FINISH… in mz_zip_writer_add_file()