Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h1860 size_t m_src_buf_left, m_out_buf_ofs; member
3658 ((*d->m_pOut_buf_size - d->m_out_buf_ofs) >= TDEFL_OUT_BUF_SIZE)) in tdefl_flush_block()
3659 ? ((mz_uint8 *)d->m_pOut_buf + d->m_out_buf_ofs) in tdefl_flush_block()
3763 (size_t)n, (size_t)(*d->m_pOut_buf_size - d->m_out_buf_ofs)); 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()
3766 d->m_out_buf_ofs += bytes_to_copy; in tdefl_flush_block()
3772 d->m_out_buf_ofs += n; in tdefl_flush_block()
4251 size_t n = MZ_MIN(*d->m_pOut_buf_size - d->m_out_buf_ofs, in tdefl_flush_output_buffer()
4253 memcpy((mz_uint8 *)d->m_pOut_buf + d->m_out_buf_ofs, in tdefl_flush_output_buffer()
4257 d->m_out_buf_ofs += n; in tdefl_flush_output_buffer()
[all …]