Searched refs:num_chans (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 2108 int i, bpl = w * num_chans, y, z; in tdefl_write_image_to_png_file_in_memory_ex() 2154 pnghdr[25] = chans[num_chans]; 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()
|