Searched refs:png_sig (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 | 4348 static const stbi_uc png_sig[8] = { 137,80,78,71,13,10,26,10 }; in stbi__check_png_header() local 4351 if (stbi__get8(s) != png_sig[i]) return stbi__err("bad png sig","Not a PNG"); in stbi__check_png_header()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/ |
| H A D | stb_image.h | 4348 static const stbi_uc png_sig[8] = { 137,80,78,71,13,10,26,10 }; in stbi__check_png_header() local 4351 if (stbi__get8(s) != png_sig[i]) return stbi__err("bad png sig","Not a PNG"); in stbi__check_png_header()
|