Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/
H A Dstb_image.h934 static int stbi__mad3sizes_valid(int a, int b, int c, int add) in stbi__mad3sizes_valid() function
958 if (!stbi__mad3sizes_valid(a, b, c, add)) return NULL; in stbi__malloc_mad3()
3099 …if (!stbi__mad3sizes_valid(s->img_x, s->img_y, s->img_n, 0)) return stbi__err("too large", "Image … in stbi__process_frame_header()
4414 if (!stbi__mad3sizes_valid(img_n, x, depth, 7)) return stbi__err("too large", "Corrupt PNG"); in stbi__create_png_image_raw()
5251 if (!stbi__mad3sizes_valid(target, s->img_x, s->img_y, 0)) in stbi__bmp_load()
5577 if (!stbi__mad3sizes_valid(tga_width, tga_height, tga_comp, 0)) in stbi__tga_load()
5840 if (!stbi__mad3sizes_valid(4, w, h, 0)) in stbi__psd_load()
6159 …if (!stbi__mad3sizes_valid(x, y, 4, 0)) return stbi__errpuc("too large", "PIC image too large to d… in stbi__pic_load()
6426 if (!stbi__mad3sizes_valid(4, g->w, g->h, 0)) in stbi__gif_load_next()
7117 if (!stbi__mad3sizes_valid(s->img_n, s->img_x, s->img_y, 0)) in stbi__pnm_load()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/
H A Dstb_image.h934 static int stbi__mad3sizes_valid(int a, int b, int c, int add) in stbi__mad3sizes_valid() function
958 if (!stbi__mad3sizes_valid(a, b, c, add)) return NULL; in stbi__malloc_mad3()
3099 …if (!stbi__mad3sizes_valid(s->img_x, s->img_y, s->img_n, 0)) return stbi__err("too large", "Image … in stbi__process_frame_header()
4414 if (!stbi__mad3sizes_valid(img_n, x, depth, 7)) return stbi__err("too large", "Corrupt PNG"); in stbi__create_png_image_raw()
5251 if (!stbi__mad3sizes_valid(target, s->img_x, s->img_y, 0)) in stbi__bmp_load()
5577 if (!stbi__mad3sizes_valid(tga_width, tga_height, tga_comp, 0)) in stbi__tga_load()
5840 if (!stbi__mad3sizes_valid(4, w, h, 0)) in stbi__psd_load()
6159 …if (!stbi__mad3sizes_valid(x, y, 4, 0)) return stbi__errpuc("too large", "PIC image too large to d… in stbi__pic_load()
6426 if (!stbi__mad3sizes_valid(4, g->w, g->h, 0)) in stbi__gif_load_next()
7117 if (!stbi__mad3sizes_valid(s->img_n, s->img_x, s->img_y, 0)) in stbi__pnm_load()