Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/
H A Dstb_image.h5413 int tga_w, tga_h, tga_comp, tga_image_type, tga_bits_per_pixel, tga_colormap_bpp; in stbi__tga_info() local
5453 tga_bits_per_pixel = stbi__get8(s); // bits per pixel in stbi__tga_info()
5456 if((tga_bits_per_pixel != 8) && (tga_bits_per_pixel != 16)) { 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()
5541 int tga_bits_per_pixel = stbi__get8(s); in stbi__tga_load() local
5567 else tga_comp = stbi__tga_get_comp(tga_bits_per_pixel, (tga_image_type == 3), &tga_rgb16); in stbi__tga_load()
5645 int pal_idx = (tga_bits_per_pixel == 8) ? stbi__get8(s) : stbi__get16le(s); in stbi__tga_load()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/
H A Dstb_image.h5413 int tga_w, tga_h, tga_comp, tga_image_type, tga_bits_per_pixel, tga_colormap_bpp; in stbi__tga_info() local
5453 tga_bits_per_pixel = stbi__get8(s); // bits per pixel in stbi__tga_info()
5456 if((tga_bits_per_pixel != 8) && (tga_bits_per_pixel != 16)) { 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()
5541 int tga_bits_per_pixel = stbi__get8(s); in stbi__tga_load() local
5567 else tga_comp = stbi__tga_get_comp(tga_bits_per_pixel, (tga_image_type == 3), &tga_rgb16); in stbi__tga_load()
5645 int pal_idx = (tga_bits_per_pixel == 8) ? stbi__get8(s) : stbi__get16le(s); in stbi__tga_load()