Searched refs:stbi__getn (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 | 1509 static int stbi__getn(stbi__context *s, stbi_uc *buffer, int n) in stbi__getn() function 4903 if (!stbi__getn(s, z->idata+ioff,c.length)) return stbi__err("outofdata","Corrupt PNG"); in stbi__parse_png_file() 5590 stbi__getn(s, tga_row, tga_width * tga_comp); in stbi__tga_load() 5611 } else if (!stbi__getn(s, tga_palette, tga_palette_len * tga_comp)) { in stbi__tga_load() 6821 stbi__getn(s, rgbe, 4); in stbi__hdr_load() 7122 stbi__getn(s, out, s->img_n * s->img_x * s->img_y); in stbi__pnm_load()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/ |
| H A D | stb_image.h | 1509 static int stbi__getn(stbi__context *s, stbi_uc *buffer, int n) in stbi__getn() function 4903 if (!stbi__getn(s, z->idata+ioff,c.length)) return stbi__err("outofdata","Corrupt PNG"); in stbi__parse_png_file() 5590 stbi__getn(s, tga_row, tga_width * tga_comp); in stbi__tga_load() 5611 } else if (!stbi__getn(s, tga_palette, tga_palette_len * tga_comp)) { in stbi__tga_load() 6821 stbi__getn(s, rgbe, 4); in stbi__hdr_load() 7122 stbi__getn(s, out, s->img_n * s->img_x * s->img_y); in stbi__pnm_load()
|