Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/
H A Dstb_image.h1556 static stbi__uint32 stbi__get32le(stbi__context *s) in stbi__get32le() function
5057 stbi__get32le(s); // discard filesize in stbi__bmp_test_raw()
5060 stbi__get32le(s); // discard data offset in stbi__bmp_test_raw()
5061 sz = stbi__get32le(s); in stbi__bmp_test_raw()
5130 stbi__get32le(s); // discard filesize in stbi__bmp_parse_header()
5133 info->offset = stbi__get32le(s); in stbi__bmp_parse_header()
5134 info->hsz = hsz = stbi__get32le(s); in stbi__bmp_parse_header()
5142 s->img_x = stbi__get32le(s); in stbi__bmp_parse_header()
5143 s->img_y = stbi__get32le(s); in stbi__bmp_parse_header()
5148 int compress = stbi__get32le(s); in stbi__bmp_parse_header()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/
H A Dstb_image.h1556 static stbi__uint32 stbi__get32le(stbi__context *s) in stbi__get32le() function
5057 stbi__get32le(s); // discard filesize in stbi__bmp_test_raw()
5060 stbi__get32le(s); // discard data offset in stbi__bmp_test_raw()
5061 sz = stbi__get32le(s); in stbi__bmp_test_raw()
5130 stbi__get32le(s); // discard filesize in stbi__bmp_parse_header()
5133 info->offset = stbi__get32le(s); in stbi__bmp_parse_header()
5134 info->hsz = hsz = stbi__get32le(s); in stbi__bmp_parse_header()
5142 s->img_x = stbi__get32le(s); in stbi__bmp_parse_header()
5143 s->img_y = stbi__get32le(s); in stbi__bmp_parse_header()
5148 int compress = stbi__get32le(s); in stbi__bmp_parse_header()
[all …]