Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/
H A Dstb_image.h4397 static int stbi__create_png_image_raw(stbi__png *a, stbi_uc *raw, stbi__uint32 raw_len, int out_n, … in stbi__create_png_image_raw() function
4616 …return stbi__create_png_image_raw(a, image_data, image_data_len, out_n, a->s->img_x, a->s->img_y, … in stbi__create_png_image()
4631 … if (!stbi__create_png_image_raw(a, image_data, image_data_len, out_n, x, y, depth, color)) { in stbi__create_png_image()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/
H A Dstb_image.h4397 static int stbi__create_png_image_raw(stbi__png *a, stbi_uc *raw, stbi__uint32 raw_len, int out_n, … in stbi__create_png_image_raw() function
4616 …return stbi__create_png_image_raw(a, image_data, image_data_len, out_n, a->s->img_x, a->s->img_y, … in stbi__create_png_image()
4631 … if (!stbi__create_png_image_raw(a, image_data, image_data_len, out_n, x, y, depth, color)) { in stbi__create_png_image()