Searched refs:stbi__do_zlib (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/ |
| H A D | stb_image.h | 4235 static int stbi__do_zlib(stbi__zbuf *a, char *obuf, int olen, int exp, int parse_header) in stbi__do_zlib() function 4252 if (stbi__do_zlib(&a, p, initial_size, 1, 1)) { in stbi_zlib_decode_malloc_guesssize() 4273 if (stbi__do_zlib(&a, p, initial_size, 1, parse_header)) { in stbi_zlib_decode_malloc_guesssize_headerflag() 4287 if (stbi__do_zlib(&a, obuffer, olen, 0, 1)) in stbi_zlib_decode_buffer() 4300 if (stbi__do_zlib(&a, p, 16384, 1, 0)) { in stbi_zlib_decode_noheader_malloc() 4314 if (stbi__do_zlib(&a, obuffer, olen, 0, 0)) in stbi_zlib_decode_noheader_buffer()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/ |
| H A D | stb_image.h | 4235 static int stbi__do_zlib(stbi__zbuf *a, char *obuf, int olen, int exp, int parse_header) in stbi__do_zlib() function 4252 if (stbi__do_zlib(&a, p, initial_size, 1, 1)) { in stbi_zlib_decode_malloc_guesssize() 4273 if (stbi__do_zlib(&a, p, initial_size, 1, parse_header)) { in stbi_zlib_decode_malloc_guesssize_headerflag() 4287 if (stbi__do_zlib(&a, obuffer, olen, 0, 1)) in stbi_zlib_decode_buffer() 4300 if (stbi__do_zlib(&a, p, 16384, 1, 0)) { in stbi_zlib_decode_noheader_malloc() 4314 if (stbi__do_zlib(&a, obuffer, olen, 0, 0)) in stbi_zlib_decode_noheader_buffer()
|