Searched refs:stbi__free_jpeg_components (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/ |
| H A D | stb_image.h | 3045 static int stbi__free_jpeg_components(stbi__jpeg *z, int ncomp, int why) in stbi__free_jpeg_components() function 3133 return stbi__free_jpeg_components(z, i+1, stbi__err("outofmem", "Out of memory")); in stbi__process_frame_header() 3142 return stbi__free_jpeg_components(z, i+1, stbi__err("outofmem", "Out of memory")); in stbi__process_frame_header() 3620 stbi__free_jpeg_components(j, j->s->img_n, 0); in stbi__cleanup_jpeg()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/ |
| H A D | stb_image.h | 3045 static int stbi__free_jpeg_components(stbi__jpeg *z, int ncomp, int why) in stbi__free_jpeg_components() function 3133 return stbi__free_jpeg_components(z, i+1, stbi__err("outofmem", "Out of memory")); in stbi__process_frame_header() 3142 return stbi__free_jpeg_components(z, i+1, stbi__err("outofmem", "Out of memory")); in stbi__process_frame_header() 3620 stbi__free_jpeg_components(j, j->s->img_n, 0); in stbi__cleanup_jpeg()
|