Searched refs:input_virt (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_api_demo/src/ |
| H A D | rknn_with_mmz_demo.cpp | 232 void* input_virt = RK_MPI_MMZ_Handle2VirAddr(input_mb); in main() local 233 if (input_virt == NULL) { in main() 242 printf("input mb info: virt = %p, phys = %#lx, size: %d\n", input_virt, input_phys, input_size); in main() 279 …input_mems[0] = rknn_create_mem_from_phys(ctx, input_phys, input_virt, input_attrs[0].size_with_st… in main()
|
| H A D | rknn_set_internal_mem_from_fd_demo.cpp | 293 void* input_virt = RK_MPI_MMZ_Handle2VirAddr(input_mb); in main() local 294 if (input_virt == NULL) { in main() 303 printf("input mb info: virt = %p, fd = %d, size: %d\n", input_virt, input_fd, input_size); in main() 340 …input_mems[0] = rknn_create_mem_from_fd(ctx, input_fd, input_virt, input_attrs[0].size_with_stride… in main()
|
| /OK3568_Linux_fs/external/security/librkcrypto/test/ |
| H A D | test_throughput.c | 904 uint8_t *input_virt = NULL; in test_hash_tp() local 945 if (posix_memalign((void *)&input_virt, page_size, TEST_BLOCK_SIZE) || !input_virt) { in test_hash_tp() 954 test_hash_tbl[i].blocksize, input_virt, buffer_len); in test_hash_tp() 978 test_hmac_tbl[i].blocksize, input_virt, buffer_len); in test_hash_tp() 1003 if (input_virt) in test_hash_tp() 1004 free(input_virt); in test_hash_tp()
|