Searched refs:stbi__loadf_main (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 | 1316 static float *stbi__loadf_main(stbi__context *s, int *x, int *y, int *comp, int req_comp) in stbi__loadf_main() function 1338 return stbi__loadf_main(&s,x,y,comp,req_comp); in stbi_loadf_from_memory() 1345 return stbi__loadf_main(&s,x,y,comp,req_comp); in stbi_loadf_from_callbacks() 1363 return stbi__loadf_main(&s,x,y,comp,req_comp); in stbi_loadf_from_file()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/ |
| H A D | stb_image.h | 1316 static float *stbi__loadf_main(stbi__context *s, int *x, int *y, int *comp, int req_comp) in stbi__loadf_main() function 1338 return stbi__loadf_main(&s,x,y,comp,req_comp); in stbi_loadf_from_memory() 1345 return stbi__loadf_main(&s,x,y,comp,req_comp); in stbi_loadf_from_callbacks() 1363 return stbi__loadf_main(&s,x,y,comp,req_comp); in stbi_loadf_from_file()
|