Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/
H A Dstb_image.h599 #if defined(STBI_MALLOC) && defined(STBI_FREE) && (defined(STBI_REALLOC) || defined(STBI_REALLOC_SI…
601 #elif !defined(STBI_MALLOC) && !defined(STBI_FREE) && !defined(STBI_REALLOC) && !defined(STBI_REALL…
609 #define STBI_REALLOC(p,newsz) realloc(p,newsz) macro
614 #define STBI_REALLOC_SIZED(p,oldsz,newsz) STBI_REALLOC(p,newsz)
6613 out = (stbi_uc*) STBI_REALLOC( out, layers * stride ); in stbi__load_gif_main()
6615 *delays = (int*) STBI_REALLOC( *delays, sizeof(int) * layers ); in stbi__load_gif_main()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/
H A Dstb_image.h599 #if defined(STBI_MALLOC) && defined(STBI_FREE) && (defined(STBI_REALLOC) || defined(STBI_REALLOC_SI…
601 #elif !defined(STBI_MALLOC) && !defined(STBI_FREE) && !defined(STBI_REALLOC) && !defined(STBI_REALL…
609 #define STBI_REALLOC(p,newsz) realloc(p,newsz) macro
614 #define STBI_REALLOC_SIZED(p,oldsz,newsz) STBI_REALLOC(p,newsz)
6613 out = (stbi_uc*) STBI_REALLOC( out, layers * stride ); in stbi__load_gif_main()
6615 *delays = (int*) STBI_REALLOC( *delays, sizeof(int) * layers ); in stbi__load_gif_main()