Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/
H A Dstb_image.h3618 static void stbi__cleanup_jpeg(stbi__jpeg *j) in stbi__cleanup_jpeg() function
3649 if (!stbi__decode_jpeg_image(z)) { stbi__cleanup_jpeg(z); return NULL; } in load_jpeg_image()
3676 …if (!z->img_comp[k].linebuf) { stbi__cleanup_jpeg(z); return stbi__errpuc("outofmem", "Out of memo… in load_jpeg_image()
3694 if (!output) { stbi__cleanup_jpeg(z); return stbi__errpuc("outofmem", "Out of memory"); } in load_jpeg_image()
3791 stbi__cleanup_jpeg(z); in load_jpeg_image()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/
H A Dstb_image.h3618 static void stbi__cleanup_jpeg(stbi__jpeg *j) in stbi__cleanup_jpeg() function
3649 if (!stbi__decode_jpeg_image(z)) { stbi__cleanup_jpeg(z); return NULL; } in load_jpeg_image()
3676 …if (!z->img_comp[k].linebuf) { stbi__cleanup_jpeg(z); return stbi__errpuc("outofmem", "Out of memo… in load_jpeg_image()
3694 if (!output) { stbi__cleanup_jpeg(z); return stbi__errpuc("outofmem", "Out of memory"); } in load_jpeg_image()
3791 stbi__cleanup_jpeg(z); in load_jpeg_image()