Searched refs:stbi__at_eof (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 | 1480 stbi_inline static int stbi__at_eof(stbi__context *s) in stbi__at_eof() function 3174 if (stbi__at_eof(z->s)) return stbi__err("no SOF", "Corrupt JPEG"); in stbi__decode_jpeg_header() 3200 while (!stbi__at_eof(j->s)) { in stbi__decode_jpeg_image() 6018 if (stbi__at_eof(s)) return stbi__errpuc("bad file","PIC file too short"); in stbi__readval() 6057 … if (stbi__at_eof(s)) return stbi__errpuc("bad file","file too short (reading packets)"); in stbi__pic_load_core() 6091 … if (stbi__at_eof(s)) return stbi__errpuc("bad file","file too short (pure read count)"); in stbi__pic_load_core() 6109 … if (stbi__at_eof(s)) return stbi__errpuc("bad file","file too short (mixed read count)"); in stbi__pic_load_core() 6158 if (stbi__at_eof(s)) return stbi__errpuc("bad file","file too short (pic header)"); in stbi__pic_load() 6718 while (!stbi__at_eof(z) && c != '\n') { in stbi__hdr_gettoken() 6722 while (!stbi__at_eof(z) && stbi__get8(z) != '\n') in stbi__hdr_gettoken() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/ |
| H A D | stb_image.h | 1480 stbi_inline static int stbi__at_eof(stbi__context *s) in stbi__at_eof() function 3174 if (stbi__at_eof(z->s)) return stbi__err("no SOF", "Corrupt JPEG"); in stbi__decode_jpeg_header() 3200 while (!stbi__at_eof(j->s)) { in stbi__decode_jpeg_image() 6018 if (stbi__at_eof(s)) return stbi__errpuc("bad file","PIC file too short"); in stbi__readval() 6057 … if (stbi__at_eof(s)) return stbi__errpuc("bad file","file too short (reading packets)"); in stbi__pic_load_core() 6091 … if (stbi__at_eof(s)) return stbi__errpuc("bad file","file too short (pure read count)"); in stbi__pic_load_core() 6109 … if (stbi__at_eof(s)) return stbi__errpuc("bad file","file too short (mixed read count)"); in stbi__pic_load_core() 6158 if (stbi__at_eof(s)) return stbi__errpuc("bad file","file too short (pic header)"); in stbi__pic_load() 6718 while (!stbi__at_eof(z) && c != '\n') { in stbi__hdr_gettoken() 6722 while (!stbi__at_eof(z) && stbi__get8(z) != '\n') in stbi__hdr_gettoken() [all …]
|