Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h1868 mz_uint8 m_output_buf[TDEFL_OUT_BUF_SIZE]; member
3660 : d->m_output_buf; in tdefl_flush_block()
3759 if (!(*d->m_pPut_buf_func)(d->m_output_buf, n, d->m_pPut_buf_user)) in tdefl_flush_block()
3761 } else if (pOutput_buf_start == d->m_output_buf) { in tdefl_flush_block()
3764 memcpy((mz_uint8 *)d->m_pOut_buf + d->m_out_buf_ofs, d->m_output_buf, in tdefl_flush_block()
4254 d->m_output_buf + d->m_output_flush_ofs, n); in tdefl_flush_output_buffer()
4354 d->m_pOutput_buf = d->m_output_buf; in tdefl_init()
4355 d->m_pOutput_buf_end = d->m_output_buf; in tdefl_init()