Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h6636 mz_uint64 cur_src_file_ofs, cur_dst_file_ofs; in mz_zip_writer_add_from_zip_reader() local
6666 cur_dst_file_ofs = pZip->m_archive_size; in mz_zip_writer_add_from_zip_reader()
6676 if (!mz_zip_writer_write_zeros(pZip, cur_dst_file_ofs, in mz_zip_writer_add_from_zip_reader()
6679 cur_dst_file_ofs += num_alignment_padding_bytes; in mz_zip_writer_add_from_zip_reader()
6680 local_dir_header_ofs = cur_dst_file_ofs; in mz_zip_writer_add_from_zip_reader()
6686 if (pZip->m_pWrite(pZip->m_pIO_opaque, cur_dst_file_ofs, pLocal_header, in mz_zip_writer_add_from_zip_reader()
6690 cur_dst_file_ofs += MZ_ZIP_LOCAL_DIR_HEADER_SIZE; in mz_zip_writer_add_from_zip_reader()
6713 if (pZip->m_pWrite(pZip->m_pIO_opaque, cur_dst_file_ofs, pBuf, n) != n) { in mz_zip_writer_add_from_zip_reader()
6717 cur_dst_file_ofs += n; in mz_zip_writer_add_from_zip_reader()
6732 if (pZip->m_pWrite(pZip->m_pIO_opaque, cur_dst_file_ofs, pBuf, n) != n) { in mz_zip_writer_add_from_zip_reader()
[all …]