Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/
H A Dstb_image_resize.h398 #ifndef STBIR_MALLOC
401 #define STBIR_MALLOC(size,c) ((void)(c), malloc(size)) macro
2442 extra_memory = STBIR_MALLOC(memory_required, alloc_context); in stbir__resize_arbitrary()
/OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/
H A Dstb_image_resize.h398 #ifndef STBIR_MALLOC
401 #define STBIR_MALLOC(size,c) ((void)(c), malloc(size)) macro
2442 extra_memory = STBIR_MALLOC(memory_required, alloc_context); in stbir__resize_arbitrary()