Searched refs:tga_comp (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 | 5413 int tga_w, tga_h, tga_comp, tga_image_type, tga_bits_per_pixel, tga_colormap_bpp; in stbi__tga_info() local 5462 tga_comp = stbi__tga_get_comp(tga_colormap_bpp, 0, NULL); in stbi__tga_info() 5464 …tga_comp = stbi__tga_get_comp(tga_bits_per_pixel, (tga_image_type == 3) || (tga_image_type == 11),… in stbi__tga_info() 5466 if(!tga_comp) { in stbi__tga_info() 5472 if (comp) *comp = tga_comp; in stbi__tga_info() 5542 int tga_comp, tga_rgb16=0; in stbi__tga_load() local 5566 if ( tga_indexed ) tga_comp = stbi__tga_get_comp(tga_palette_bits, 0, &tga_rgb16); in stbi__tga_load() 5567 else tga_comp = stbi__tga_get_comp(tga_bits_per_pixel, (tga_image_type == 3), &tga_rgb16); in stbi__tga_load() 5569 if(!tga_comp) // shouldn't really happen, stbi__tga_test() should have ensured basic consistency in stbi__tga_load() 5575 if (comp) *comp = tga_comp; in stbi__tga_load() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/ |
| H A D | stb_image.h | 5413 int tga_w, tga_h, tga_comp, tga_image_type, tga_bits_per_pixel, tga_colormap_bpp; in stbi__tga_info() local 5462 tga_comp = stbi__tga_get_comp(tga_colormap_bpp, 0, NULL); in stbi__tga_info() 5464 …tga_comp = stbi__tga_get_comp(tga_bits_per_pixel, (tga_image_type == 3) || (tga_image_type == 11),… in stbi__tga_info() 5466 if(!tga_comp) { in stbi__tga_info() 5472 if (comp) *comp = tga_comp; in stbi__tga_info() 5542 int tga_comp, tga_rgb16=0; in stbi__tga_load() local 5566 if ( tga_indexed ) tga_comp = stbi__tga_get_comp(tga_palette_bits, 0, &tga_rgb16); in stbi__tga_load() 5567 else tga_comp = stbi__tga_get_comp(tga_bits_per_pixel, (tga_image_type == 3), &tga_rgb16); in stbi__tga_load() 5569 if(!tga_comp) // shouldn't really happen, stbi__tga_test() should have ensured basic consistency in stbi__tga_load() 5575 if (comp) *comp = tga_comp; in stbi__tga_load() [all …]
|