Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/
H A Dstb_image.h1539 static stbi__uint32 stbi__get32be(stbi__context *s) in stbi__get32be() function
4341 c.length = stbi__get32be(s); in stbi__get_chunk_header()
4342 c.type = stbi__get32be(s); in stbi__get_chunk_header()
4827 …s->img_x = stbi__get32be(s); if (s->img_x > (1 << 24)) return stbi__err("too large","Very large im… in stbi__parse_png_file()
4828 …s->img_y = stbi__get32be(s); if (s->img_y > (1 << 24)) return stbi__err("too large","Very large im… in stbi__parse_png_file()
4966 stbi__get32be(s); in stbi__parse_png_file()
5731 int r = (stbi__get32be(s) == 0x38425053); in stbi__psd_test()
5785 if (stbi__get32be(s) != 0x38425053) // "8BPS" in stbi__psd_load()
5801 h = stbi__get32be(s); in stbi__psd_load()
5802 w = stbi__get32be(s); in stbi__psd_load()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/
H A Dstb_image.h1539 static stbi__uint32 stbi__get32be(stbi__context *s) in stbi__get32be() function
4341 c.length = stbi__get32be(s); in stbi__get_chunk_header()
4342 c.type = stbi__get32be(s); in stbi__get_chunk_header()
4827 …s->img_x = stbi__get32be(s); if (s->img_x > (1 << 24)) return stbi__err("too large","Very large im… in stbi__parse_png_file()
4828 …s->img_y = stbi__get32be(s); if (s->img_y > (1 << 24)) return stbi__err("too large","Very large im… in stbi__parse_png_file()
4966 stbi__get32be(s); in stbi__parse_png_file()
5731 int r = (stbi__get32be(s) == 0x38425053); in stbi__psd_test()
5785 if (stbi__get32be(s) != 0x38425053) // "8BPS" in stbi__psd_load()
5801 h = stbi__get32be(s); in stbi__psd_load()
5802 w = stbi__get32be(s); in stbi__psd_load()
[all …]