Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/
H A Dstb_image_write.h1339 static int stbi_write_jpg_core(stbi__write_context *s, int width, int height, int comp, const void*… in stbi_write_jpg_core() function
1513 return stbi_write_jpg_core(&s, x, y, comp, (void *) data, quality); in stbi_write_jpg_to_func()
1522 int r = stbi_write_jpg_core(&s, x, y, comp, data, quality); in stbi_write_jpg()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/
H A Dstb_image_write.h1339 static int stbi_write_jpg_core(stbi__write_context *s, int width, int height, int comp, const void*… in stbi_write_jpg_core() function
1513 return stbi_write_jpg_core(&s, x, y, comp, (void *) data, quality); in stbi_write_jpg_to_func()
1522 int r = stbi_write_jpg_core(&s, x, y, comp, data, quality); in stbi_write_jpg()