Searched refs:tga_h (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 5448 tga_h = stbi__get16le(s); in stbi__tga_info() 5449 if( tga_h < 1 ) { in stbi__tga_info() 5471 if (y) *y = tga_h; 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 5448 tga_h = stbi__get16le(s); in stbi__tga_info() 5449 if( tga_h < 1 ) { in stbi__tga_info() 5471 if (y) *y = tga_h; in stbi__tga_info()
|