Home
last modified time | relevance | path

Searched refs:STBI_MALLOC (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/rknn_api_demo/src/
H A Drknn_create_mem_demo.cpp110 … unsigned char* image_resized = (unsigned char*)STBI_MALLOC(req_width * req_height * req_channel); in load_image()
H A Drknn_create_mem_with_rga_demo.cpp116 … unsigned char* image_resized = (unsigned char*)STBI_MALLOC(req_width * req_height * req_channel); in load_image()
H A Drknn_with_mmz_demo.cpp111 … unsigned char* image_resized = (unsigned char*)STBI_MALLOC(req_width * req_height * req_channel); in load_image()
H A Drknn_set_internal_mem_from_fd_demo.cpp111 … unsigned char* image_resized = (unsigned char*)STBI_MALLOC(req_width * req_height * req_channel); in load_image()
/OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/
H A Drknn_create_mem_demo.cpp110 … unsigned char* image_resized = (unsigned char*)STBI_MALLOC(req_width * req_height * req_channel); in load_image()
/OK3568_Linux_fs/external/rknpu2/examples/RV1106_RV1103/rknn_mobilenet_demo/src/
H A Dmain_nhwc.cc194 … unsigned char *image_resized = (unsigned char *)STBI_MALLOC(req_width * req_height * req_channel); in load_image()
H A Dmain.cc194 … unsigned char *image_resized = (unsigned char *)STBI_MALLOC(req_width * req_height * req_channel); in load_image()
/OK3568_Linux_fs/external/rknpu2/examples/RV1106_RV1103/rknn_yolov5_demo/src/
H A Dmain.cc130 … unsigned char *image_resized = (unsigned char *)STBI_MALLOC(req_width * req_height * req_channel); in load_image()
/OK3568_Linux_fs/external/rknpu2/examples/rknn_benchmark/src/
H A Drknn_benchmark.cpp211 … unsigned char* image_resized = (unsigned char*)STBI_MALLOC(req_width * req_height * req_channel); in load_image()
/OK3568_Linux_fs/external/rknpu2/examples/rknn_internal_mem_reuse_demo/src/
H A Drknn_internal_mem_reuse_demo.cc188 … unsigned char* image_resized = (unsigned char*)STBI_MALLOC(req_width * req_height * req_channel); in load_image()
/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…
607 #ifndef STBI_MALLOC
608 #define STBI_MALLOC(sz) malloc(sz) macro
892 return STBI_MALLOC(size); in stbi__malloc()
/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…
607 #ifndef STBI_MALLOC
608 #define STBI_MALLOC(sz) malloc(sz) macro
892 return STBI_MALLOC(size); in stbi__malloc()