s32Ret = HI_MPI_SYS_MmzAlloc_Cached(&stAoFrame.u32PhyAddr[0], (HI_VOID **)&stAoFrame.pVirAddr[0], "AObuffer", HI_NULL, u32Size); if(s32Ret != HI_SUCCESS) { printf("can't alloc ao buffer ! s32Ret = %x\n",s32Ret); return -1; } 展开全部yangjking 2016-11-17 15:14:57...
[Func]:HI_MPI_SYS_MmzAlloc_Cached [Line]:1045 [Info]:System alloc mmz memory failed! [Level]:Error,[Func]:SAMPLE_SVP_NNIE_ParamInit [Line]:359 [Info]:Error,Malloc memory failed! [Level]:Error,[Func]:SAMPLE_COMM_SVP_NNIE_ParamInit [Line]:471 [Info]:Error, SAMPLE_SVP_NNIE_ParamInit...
HI_MPI_SYS_MmzAlloc_Cached和HI_MPI_VB_GetBlock申请缓存块,是否有大小限制? 2016-11-14 10:24:15 使用海思mpp,如何播放pcm数据? 2021-08-27 15:35:38 3516CV300上HI_MPI_Venc_SendFrame使用报错,求助各位大神,谢谢 2017-08-02 10:13:29 3519 VO 发送自己修改过的图像,一直是蓝屏 2019-08-02...
which incorporates the following changes: Chapter 2 System Control HiSilicon Proprietary and Issue 18 (2014-02-26) xx Copyright© HiSilicon Technologies Co., HiMPP Media Processing Software Development Reference About This Document In section 2.3, the MPIs HI_MPI_SYS_MmzAlloc_Cached and HI_MPI_SY...
在项目中可以找到caffe模型,笔者使用的是:yufacedetectnet-open-v2.prototxt和yufacedetectnet-open-v2.caffemodel。转模型前需要对prototxt文件进行修改,因为有些层nnie是不支持的。修改如下: (1)input_shape改为1*3*576*1024 (2)去掉了loc和conf的flatten、permute、concat、detection_out、PriorBox等网络层,在c...