Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/
H A Dstb_image.h5395 static int stbi__tga_get_comp(int bits_per_pixel, int is_grey, int* is_rgb16) in stbi__tga_get_comp() argument
5398 if (is_rgb16) *is_rgb16 = 0; in stbi__tga_get_comp()
5403 case 15: if(is_rgb16) *is_rgb16 = 1; in stbi__tga_get_comp()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/
H A Dstb_image.h5395 static int stbi__tga_get_comp(int bits_per_pixel, int is_grey, int* is_rgb16) in stbi__tga_get_comp() argument
5398 if (is_rgb16) *is_rgb16 = 0; in stbi__tga_get_comp()
5403 case 15: if(is_rgb16) *is_rgb16 = 1; in stbi__tga_get_comp()