Searched refs:stbi__png_info_raw (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 | 5015 static int stbi__png_info_raw(stbi__png *p, int *x, int *y, int *comp) in stbi__png_info_raw() function 5031 return stbi__png_info_raw(&p, x, y, comp); in stbi__png_info() 5038 if (!stbi__png_info_raw(&p, NULL, NULL, NULL)) in stbi__png_is16()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/ |
| H A D | stb_image.h | 5015 static int stbi__png_info_raw(stbi__png *p, int *x, int *y, int *comp) in stbi__png_info_raw() function 5031 return stbi__png_info_raw(&p, x, y, comp); in stbi__png_info() 5038 if (!stbi__png_info_raw(&p, NULL, NULL, NULL)) in stbi__png_is16()
|