Searched refs:tempmem_size_in_bytes (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/ |
| H A D | stb_image_resize.h | 2291 void* tempmem, size_t tempmem_size_in_bytes) in stbir__resize_allocated() argument 2309 …memcpy(overwrite_tempmem_after_pre, &((unsigned char*)tempmem)[tempmem_size_in_bytes], OVERWRITE_A… in stbir__resize_allocated() 2341 STBIR_ASSERT(tempmem_size_in_bytes >= memory_required); in stbir__resize_allocated() 2343 if (tempmem_size_in_bytes < memory_required) in stbir__resize_allocated() 2346 memset(tempmem, 0, tempmem_size_in_bytes); in stbir__resize_allocated() 2385 …STBIR__NEXT_MEMPTR(info->encode_buffer, unsigned char) == (size_t)tempmem + tempmem_size_in_bytes); in stbir__resize_allocated() 2393 …t)STBIR__NEXT_MEMPTR(info->ring_buffer, unsigned char) == (size_t)tempmem + tempmem_size_in_bytes); in stbir__resize_allocated() 2417 …RT(memcmp(overwrite_tempmem_after_pre, &((unsigned char*)tempmem)[tempmem_size_in_bytes], OVERWRIT… in stbir__resize_allocated()
|
| /OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/ |
| H A D | stb_image_resize.h | 2291 void* tempmem, size_t tempmem_size_in_bytes) in stbir__resize_allocated() argument 2309 …memcpy(overwrite_tempmem_after_pre, &((unsigned char*)tempmem)[tempmem_size_in_bytes], OVERWRITE_A… in stbir__resize_allocated() 2341 STBIR_ASSERT(tempmem_size_in_bytes >= memory_required); in stbir__resize_allocated() 2343 if (tempmem_size_in_bytes < memory_required) in stbir__resize_allocated() 2346 memset(tempmem, 0, tempmem_size_in_bytes); in stbir__resize_allocated() 2385 …STBIR__NEXT_MEMPTR(info->encode_buffer, unsigned char) == (size_t)tempmem + tempmem_size_in_bytes); in stbir__resize_allocated() 2393 …t)STBIR__NEXT_MEMPTR(info->ring_buffer, unsigned char) == (size_t)tempmem + tempmem_size_in_bytes); in stbir__resize_allocated() 2417 …RT(memcmp(overwrite_tempmem_after_pre, &((unsigned char*)tempmem)[tempmem_size_in_bytes], OVERWRIT… in stbir__resize_allocated()
|