Searched refs:tga_w (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 5443 tga_w = stbi__get16le(s); in stbi__tga_info() 5444 if( tga_w < 1 ) { in stbi__tga_info() 5470 if (x) *x = tga_w; in stbi__tga_info()
|
| /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 5443 tga_w = stbi__get16le(s); in stbi__tga_info() 5444 if( tga_w < 1 ) { in stbi__tga_info() 5470 if (x) *x = tga_w; in stbi__tga_info()
|