Home
last modified time | relevance | path

Searched refs:stbi__pnm_getinteger (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/
H A Dstb_image.h7155 static int stbi__pnm_getinteger(stbi__context *s, char *c) in stbi__pnm_getinteger() function
7191 *x = stbi__pnm_getinteger(s, &c); // read width in stbi__pnm_info()
7194 *y = stbi__pnm_getinteger(s, &c); // read height in stbi__pnm_info()
7197 maxv = stbi__pnm_getinteger(s, &c); // read max value in stbi__pnm_info()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/
H A Dstb_image.h7155 static int stbi__pnm_getinteger(stbi__context *s, char *c) in stbi__pnm_getinteger() function
7191 *x = stbi__pnm_getinteger(s, &c); // read width in stbi__pnm_info()
7194 *y = stbi__pnm_getinteger(s, &c); // read height in stbi__pnm_info()
7197 maxv = stbi__pnm_getinteger(s, &c); // read max value in stbi__pnm_info()