Searched refs:pImage (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/esp_rom/include/ |
D | miniz.h | 681 void *tdefl_write_image_to_png_file_in_memory_ex(const void *pImage, int w, int h, int num_chans, s… 682 void *tdefl_write_image_to_png_file_in_memory(const void *pImage, int w, int h, int num_chans, size…
|
/hal_espressif-latest/tools/esptool_py/flasher_stub/include/ |
D | miniz.h | 639 void *tdefl_write_image_to_png_file_in_memory_ex(const void *pImage, int w, int h, int num_chans, s… 640 void *tdefl_write_image_to_png_file_in_memory(const void *pImage, int w, int h, int num_chans, size…
|
/hal_espressif-latest/tools/esptool_py/flasher_stub/ |
D | miniz.c | 2102 void *tdefl_write_image_to_png_file_in_memory_ex(const void *pImage, int w, int h, int num_chans, s… in tdefl_write_image_to_png_file_in_memory_ex() argument 2129 …tdefl_compress_buffer(pComp, (mz_uint8 *)pImage + (flip ? (h - 1 - y) : y) * bpl, bpl, TDEFL_NO_FL… in tdefl_write_image_to_png_file_in_memory_ex() 2180 void *tdefl_write_image_to_png_file_in_memory(const void *pImage, int w, int h, int num_chans, size… in tdefl_write_image_to_png_file_in_memory() argument 2183 … return tdefl_write_image_to_png_file_in_memory_ex(pImage, w, h, num_chans, pLen_out, 6, MZ_FALSE); in tdefl_write_image_to_png_file_in_memory()
|