Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h6449 MZ_FILE *pSrc_file = NULL; in mz_zip_writer_add_file() local
6477 pSrc_file = MZ_FOPEN(pSrc_filename, "rb"); in mz_zip_writer_add_file()
6478 if (!pSrc_file) return MZ_FALSE; in mz_zip_writer_add_file()
6479 MZ_FSEEK64(pSrc_file, 0, SEEK_END); in mz_zip_writer_add_file()
6480 uncomp_size = MZ_FTELL64(pSrc_file); in mz_zip_writer_add_file()
6481 MZ_FSEEK64(pSrc_file, 0, SEEK_SET); in mz_zip_writer_add_file()
6485 MZ_FCLOSE(pSrc_file); in mz_zip_writer_add_file()
6493 MZ_FCLOSE(pSrc_file); in mz_zip_writer_add_file()
6507 MZ_FCLOSE(pSrc_file); in mz_zip_writer_add_file()
6517 MZ_FCLOSE(pSrc_file); in mz_zip_writer_add_file()
[all …]