Searched refs:stbi__load_and_postprocess_8bit (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/armnn/third-party/stb/ |
H A D | stb_image.h | 1062 static unsigned char *stbi__load_and_postprocess_8bit(stbi__context *s, int *x, int *y, int *comp, … in stbi__load_and_postprocess_8bit() function 1151 result = stbi__load_and_postprocess_8bit(&s,x,y,comp,req_comp); in stbi_load_from_file() 1203 return stbi__load_and_postprocess_8bit(&s,x,y,comp,req_comp); in stbi_load_from_memory() 1210 return stbi__load_and_postprocess_8bit(&s,x,y,comp,req_comp); in stbi_load_from_callbacks() 1226 data = stbi__load_and_postprocess_8bit(s, x, y, comp, req_comp); in stbi__loadf_main()
|
/aosp_15_r20/external/ComputeLibrary/include/stb/ |
H A D | stb_image.h | 1085 static unsigned char *stbi__load_and_postprocess_8bit(stbi__context *s, int *x, int *y, int *comp, … in stbi__load_and_postprocess_8bit() function 1174 result = stbi__load_and_postprocess_8bit(&s,x,y,comp,req_comp); in stbi_load_from_file() 1226 return stbi__load_and_postprocess_8bit(&s,x,y,comp,req_comp); in stbi_load_from_memory() 1233 return stbi__load_and_postprocess_8bit(&s,x,y,comp,req_comp); in stbi_load_from_callbacks() 1265 data = stbi__load_and_postprocess_8bit(s, x, y, comp, req_comp); in stbi__loadf_main()
|
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | stb_image.h | 1240 static unsigned char *stbi__load_and_postprocess_8bit(stbi__context *s, int *x, int *y, int *comp, … in stbi__load_and_postprocess_8bit() function 1361 result = stbi__load_and_postprocess_8bit(&s,x,y,comp,req_comp); in stbi_load_from_file() 1413 return stbi__load_and_postprocess_8bit(&s,x,y,comp,req_comp); in stbi_load_from_memory() 1420 return stbi__load_and_postprocess_8bit(&s,x,y,comp,req_comp); in stbi_load_from_callbacks() 1452 data = stbi__load_and_postprocess_8bit(s, x, y, comp, req_comp); in stbi__loadf_main()
|
/aosp_15_r20/hardware/google/gfxstream/third-party/stb/include/stb/ |
D | stb_image.h | 1240 static unsigned char *stbi__load_and_postprocess_8bit(stbi__context *s, int *x, int *y, int *comp, … in stbi__load_and_postprocess_8bit() function 1361 result = stbi__load_and_postprocess_8bit(&s,x,y,comp,req_comp); in stbi_load_from_file() 1413 return stbi__load_and_postprocess_8bit(&s,x,y,comp,req_comp); in stbi_load_from_memory() 1420 return stbi__load_and_postprocess_8bit(&s,x,y,comp,req_comp); in stbi_load_from_callbacks() 1452 data = stbi__load_and_postprocess_8bit(s, x, y, comp, req_comp); in stbi__loadf_main()
|