Home
last modified time | relevance | path

Searched refs:au64PhyAddr (Results 1 - 19 of 19) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/common/
H A Dsample_comm_svp.c133 HI_MPI_SYS_MmzAlloc(&pstImg->au64PhyAddr[0], (void **)&pstImg->au64VirAddr[0], NULL, HI_NULL, u32Size); in SAMPLE_COMM_SVP_CreateImage()
136 pstImg->au64PhyAddr[0] += u32AddrOffset; in SAMPLE_COMM_SVP_CreateImage()
144 HI_MPI_SYS_MmzAlloc(&pstImg->au64PhyAddr[0], (void **)&pstImg->au64VirAddr[0], NULL, HI_NULL, u32Size); in SAMPLE_COMM_SVP_CreateImage()
147 pstImg->au64PhyAddr[0] += u32AddrOffset; in SAMPLE_COMM_SVP_CreateImage()
150 pstImg->au64PhyAddr[1] = pstImg->au64PhyAddr[0] + pstImg->au32Stride[0] * pstImg->u32Height; in SAMPLE_COMM_SVP_CreateImage()
157 HI_MPI_SYS_MmzAlloc(&pstImg->au64PhyAddr[0], (void **)&pstImg->au64VirAddr[0], NULL, HI_NULL, u32Size); in SAMPLE_COMM_SVP_CreateImage()
160 pstImg->au64PhyAddr[0] += u32AddrOffset; in SAMPLE_COMM_SVP_CreateImage()
163 pstImg->au64PhyAddr[1] = pstImg->au64PhyAddr[ in SAMPLE_COMM_SVP_CreateImage()
[all...]
H A Dsample_comm_ive.c459 s32Ret = HI_MPI_SYS_MmzAlloc(&pstImg->au64PhyAddr[0], (HI_VOID **)&pstImg->au64VirAddr[0], NULL, HI_NULL, in SAMPLE_COMM_IVE_CreateImage()
469 s32Ret = HI_MPI_SYS_MmzAlloc(&pstImg->au64PhyAddr[0], (HI_VOID **)&pstImg->au64VirAddr[0], NULL, HI_NULL, in SAMPLE_COMM_IVE_CreateImage()
476 pstImg->au64PhyAddr[1] = pstImg->au64PhyAddr[0] + pstImg->au32Stride[0] * pstImg->u32Height; in SAMPLE_COMM_IVE_CreateImage()
482 s32Ret = HI_MPI_SYS_MmzAlloc(&pstImg->au64PhyAddr[0], (HI_VOID **)&pstImg->au64VirAddr[0], NULL, HI_NULL, in SAMPLE_COMM_IVE_CreateImage()
489 pstImg->au64PhyAddr[1] = pstImg->au64PhyAddr[0] + pstImg->au32Stride[0] * pstImg->u32Height; in SAMPLE_COMM_IVE_CreateImage()
504 s32Ret = HI_MPI_SYS_MmzAlloc(&pstImg->au64PhyAddr[0], (HI_VOID **)&pstImg->au64VirAddr[0], NULL, HI_NULL, in SAMPLE_COMM_IVE_CreateImage()
514 s32Ret = HI_MPI_SYS_MmzAlloc(&pstImg->au64PhyAddr[0], (HI_VOID **)&pstImg->au64VirAddr[0], NULL, HI_NULL, in SAMPLE_COMM_IVE_CreateImage()
522 pstImg->au64PhyAddr[ in SAMPLE_COMM_IVE_CreateImage()
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/mpp_help/src/
H A Dive_img.c74 img->au64PhyAddr[i] = frm->stVFrame.u64PhyAddr[i]; in FrmToOrigImg()
148 ret = HI_MPI_SYS_MmzAlloc(&img->au64PhyAddr[0], (void**)&img->au64VirAddr[0], NULL, NULL, size); in IveImgCreate()
166 ret = HI_MPI_SYS_MmzAlloc(&img->au64PhyAddr[0], (void**)&img->au64VirAddr[0], NULL, NULL, size); in IveImgCreate()
174 img->au64PhyAddr[1] = img->au64PhyAddr[0] + img->au32Stride[0] * (uint64_t)img->u32Height; in IveImgCreate()
181 ret = HI_MPI_SYS_MmzAlloc(&img->au64PhyAddr[0], (void**)&img->au64VirAddr[0], NULL, NULL, size); in IveImgCreate()
189 img->au64PhyAddr[1] = img->au64PhyAddr[0] + oneChnSize; in IveImgCreate()
192 img->au64PhyAddr[2] = img->au64PhyAddr[ in IveImgCreate()
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/scenario/tennis_detect/
H A Dtennis_detect.cpp56 pstSrc->au64PhyAddr[0] = srcFrame->stVFrame.u64PhyAddr[0]; in IveImageParamCfg()
57 pstSrc->au64PhyAddr[1] = srcFrame->stVFrame.u64PhyAddr[1]; in IveImageParamCfg()
58 pstSrc->au64PhyAddr[2] = srcFrame->stVFrame.u64PhyAddr[2]; // 2: Image data physical address in IveImageParamCfg()
82 s32Ret = HI_MPI_SYS_MmzAlloc_Cached(&pstDst.au64PhyAddr[0], (void **)&pstDst.au64VirAddr[0], in yuvFrame2rgb()
85 HI_MPI_SYS_MmzFree(pstDst.au64PhyAddr[0], (void *)pstDst.au64VirAddr[0]); in yuvFrame2rgb()
90 s32Ret = HI_MPI_SYS_MmzFlushCache(pstDst.au64PhyAddr[0], (void *)pstDst.au64VirAddr[0], in yuvFrame2rgb()
93 HI_MPI_SYS_MmzFree(pstDst.au64PhyAddr[0], (void *)pstDst.au64VirAddr[0]); in yuvFrame2rgb()
103 HI_MPI_SYS_MmzFree(pstDst.au64PhyAddr[0], (void *)pstDst.au64VirAddr[0]); in yuvFrame2rgb()
116 dstImage->u64PhyAddr = pstDst.au64PhyAddr[0]; in yuvFrame2rgb()
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/ive/sample/
H A Dsample_ive_sobel_with_cached_mem.c52 IVE_MMZ_FREE(pstSobel->stSrc1.au64PhyAddr[0], pstSobel->stSrc1.au64VirAddr[0]); in SAMPLE_IVE_Sobel_Uninit()
53 IVE_MMZ_FREE(pstSobel->stSrc2.au64PhyAddr[0], pstSobel->stSrc2.au64VirAddr[0]); in SAMPLE_IVE_Sobel_Uninit()
54 IVE_MMZ_FREE(pstSobel->stDstH1.au64PhyAddr[0], pstSobel->stDstH1.au64VirAddr[0]); in SAMPLE_IVE_Sobel_Uninit()
55 IVE_MMZ_FREE(pstSobel->stDstH2.au64PhyAddr[0], pstSobel->stDstH2.au64VirAddr[0]); in SAMPLE_IVE_Sobel_Uninit()
56 IVE_MMZ_FREE(pstSobel->stDstV1.au64PhyAddr[0], pstSobel->stDstV1.au64VirAddr[0]); in SAMPLE_IVE_Sobel_Uninit()
57 IVE_MMZ_FREE(pstSobel->stDstV2.au64PhyAddr[0], pstSobel->stDstV2.au64VirAddr[0]); in SAMPLE_IVE_Sobel_Uninit()
157 s32Ret = HI_MPI_SYS_MmzFlushCache(pstSobel->stSrc1.au64PhyAddr[0], in SAMPLE_IVE_SobelProc()
181 s32Ret = HI_MPI_SYS_MmzFlushCache(pstSobel->stSrc2.au64PhyAddr[0], in SAMPLE_IVE_SobelProc()
H A Dsample_ive_st_and_lk.c72 stDataSrc.u64PhyAddr = pstSrc->au64PhyAddr[0]; in SAMPLE_IVE_St_Lk_DMA()
78 stDataDst.u64PhyAddr = pstDst->au64PhyAddr[0]; in SAMPLE_IVE_St_Lk_DMA()
113 IVE_MMZ_FREE(pstStLk->astPrevPyr[i].au64PhyAddr[0], pstStLk->astPrevPyr[i].au64VirAddr[0]); in SAMPLE_IVE_St_Lk_Uninit()
114 IVE_MMZ_FREE(pstStLk->astNextPyr[i].au64PhyAddr[0], pstStLk->astNextPyr[i].au64VirAddr[0]); in SAMPLE_IVE_St_Lk_Uninit()
122 IVE_MMZ_FREE(pstStLk->stStSrc.au64PhyAddr[0], pstStLk->stStSrc.au64VirAddr[0]); in SAMPLE_IVE_St_Lk_Uninit()
123 IVE_MMZ_FREE(pstStLk->stStDst.au64PhyAddr[0], pstStLk->stStDst.au64VirAddr[0]); in SAMPLE_IVE_St_Lk_Uninit()
128 IVE_MMZ_FREE(pstStLk->stPyrTmp.au64PhyAddr[0], pstStLk->stPyrTmp.au64VirAddr[0]); in SAMPLE_IVE_St_Lk_Uninit()
129 IVE_MMZ_FREE(pstStLk->stSrcYuv.au64PhyAddr[0], pstStLk->stSrcYuv.au64VirAddr[0]); in SAMPLE_IVE_St_Lk_Uninit()
H A Dsample_ive_test_memory.c46 IVE_MMZ_FREE(pstTestMem->stSrc1.au64PhyAddr[0], pstTestMem->stSrc1.au64VirAddr[0]); in SAMPLE_IVE_TestMemory_Uninit()
47 IVE_MMZ_FREE(pstTestMem->stSrc2.au64PhyAddr[0], pstTestMem->stSrc2.au64VirAddr[0]); in SAMPLE_IVE_TestMemory_Uninit()
48 IVE_MMZ_FREE(pstTestMem->stDst.au64PhyAddr[0], pstTestMem->stDst.au64VirAddr[0]); in SAMPLE_IVE_TestMemory_Uninit()
120 stSrcData.u64PhyAddr = pstTestMem->stSrc1.au64PhyAddr[0]; in SAMPLE_IVE_TestMemoryProc()
126 stDstData.u64PhyAddr = pstTestMem->stSrc2.au64PhyAddr[0]; in SAMPLE_IVE_TestMemoryProc()
H A Dsample_ive_gmm2.c95 IVE_MMZ_FREE(pstGmm2->astSrc[i].au64PhyAddr[0], pstGmm2->astSrc[i].au64VirAddr[0]); in SAMPLE_IVE_Gmm2_Uninit()
97 IVE_MMZ_FREE(pstGmm2->stFg.au64PhyAddr[0], pstGmm2->stFg.au64VirAddr[0]); in SAMPLE_IVE_Gmm2_Uninit()
98 IVE_MMZ_FREE(pstGmm2->stBg.au64PhyAddr[0], pstGmm2->stBg.au64VirAddr[0]); in SAMPLE_IVE_Gmm2_Uninit()
99 IVE_MMZ_FREE(pstGmm2->stFactor.au64PhyAddr[0], pstGmm2->stFactor.au64VirAddr[0]); in SAMPLE_IVE_Gmm2_Uninit()
100 IVE_MMZ_FREE(pstGmm2->stMatchModelInfo.au64PhyAddr[0], pstGmm2->stMatchModelInfo.au64VirAddr[0]); in SAMPLE_IVE_Gmm2_Uninit()
101 IVE_MMZ_FREE(pstGmm2->stFgMask.au64PhyAddr[0], pstGmm2->stFgMask.au64VirAddr[0]); in SAMPLE_IVE_Gmm2_Uninit()
102 IVE_MMZ_FREE(pstGmm2->stDiffImg.au64PhyAddr[0], pstGmm2->stDiffImg.au64VirAddr[0]); in SAMPLE_IVE_Gmm2_Uninit()
103 IVE_MMZ_FREE(pstGmm2->stMagImg.au64PhyAddr[0], pstGmm2->stMagImg.au64VirAddr[0]); in SAMPLE_IVE_Gmm2_Uninit()
104 IVE_MMZ_FREE(pstGmm2->stCurNormMag.au64PhyAddr[0], pstGmm2->stCurNormMag.au64VirAddr[0]); in SAMPLE_IVE_Gmm2_Uninit()
105 IVE_MMZ_FREE(pstGmm2->stLastNormMag.au64PhyAddr[ in SAMPLE_IVE_Gmm2_Uninit()
[all...]
H A Dsample_ive_canny.c56 IVE_MMZ_FREE(pstCannyInfo->stSrc.au64PhyAddr[0], pstCannyInfo->stSrc.au64VirAddr[0]); in SAMPLE_IVE_Canny_Uninit()
57 IVE_MMZ_FREE(pstCannyInfo->stEdge.au64PhyAddr[0], pstCannyInfo->stEdge.au64VirAddr[0]); in SAMPLE_IVE_Canny_Uninit()
58 IVE_MMZ_FREE(pstCannyInfo->stMag.au64PhyAddr[0], pstCannyInfo->stMag.au64VirAddr[0]); in SAMPLE_IVE_Canny_Uninit()
H A Dsample_ive_od.c59 IVE_MMZ_FREE(pstOd->stSrc.au64PhyAddr[0], pstOd->stSrc.au64VirAddr[0]); in SAMPLE_IVE_Od_Uninit()
60 IVE_MMZ_FREE(pstOd->stInteg.au64PhyAddr[0], pstOd->stInteg.au64VirAddr[0]); in SAMPLE_IVE_Od_Uninit()
174 stDst.u64PhyAddr = pstOd->stSrc.au64PhyAddr[0]; in SAMPLE_IVE_OdProc()
H A Dsample_ive_persptrans.c63 IVE_MMZ_FREE(pstPerspTrans->stSrc.au64PhyAddr[0], pstPerspTrans->stSrc.au64VirAddr[0]); in SAMPLE_IVE_PerspTrans_Uninit()
66 IVE_MMZ_FREE(pstPerspTrans->astDst[i].au64PhyAddr[0], pstPerspTrans->astDst[i].au64VirAddr[0]); in SAMPLE_IVE_PerspTrans_Uninit()
H A Dsample_ive_md.c59 IVE_MMZ_FREE(pstMd->astImg[i].au64PhyAddr[0], pstMd->astImg[i].au64VirAddr[0]); in SAMPLE_IVE_Md_Uninit()
H A Dsample_ive_kcf.c1859 pstImage->au64PhyAddr[0] = pstFrameInfo->stVFrame.u64PhyAddr[0]; in SAMPLE_IVE_FillImage()
1860 pstImage->au64PhyAddr[1] = pstFrameInfo->stVFrame.u64PhyAddr[1]; in SAMPLE_IVE_FillImage()
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/color_space_convert/smp/
H A Dsmp_color_space_convert.c203 ret = HI_MPI_SYS_MmzAlloc(&img->au64PhyAddr[0], (void**)&img->au64VirAddr[0], NULL, NULL, size); in IveImgCreate()
221 ret = HI_MPI_SYS_MmzAlloc(&img->au64PhyAddr[0], (void**)&img->au64VirAddr[0], NULL, NULL, size); in IveImgCreate()
229 img->au64PhyAddr[1] = img->au64PhyAddr[0] + img->au32Stride[0] * (uint64_t)img->u32Height; in IveImgCreate()
236 ret = HI_MPI_SYS_MmzAlloc(&img->au64PhyAddr[0], (void**)&img->au64VirAddr[0], NULL, NULL, size); in IveImgCreate()
244 img->au64PhyAddr[1] = img->au64PhyAddr[0] + oneChnSize; in IveImgCreate()
247 img->au64PhyAddr[2] = img->au64PhyAddr[1] + oneChnSize; // 2: au64VirAddr array subscript, not out of bounds in IveImgCreate()
272 if (img->au64PhyAddr[ in IveImgDestroy()
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/resize_crop/smp/
H A Dsmp_resize_crop.c214 ret = HI_MPI_SYS_MmzAlloc(&img->au64PhyAddr[0], (void**)&img->au64VirAddr[0], NULL, NULL, size); in IveImgCreate()
232 ret = HI_MPI_SYS_MmzAlloc(&img->au64PhyAddr[0], (void**)&img->au64VirAddr[0], NULL, NULL, size); in IveImgCreate()
240 img->au64PhyAddr[1] = img->au64PhyAddr[0] + img->au32Stride[0] * (uint64_t)img->u32Height; in IveImgCreate()
247 ret = HI_MPI_SYS_MmzAlloc(&img->au64PhyAddr[0], (void**)&img->au64VirAddr[0], NULL, NULL, size); in IveImgCreate()
255 img->au64PhyAddr[1] = img->au64PhyAddr[0] + oneChnSize; in IveImgCreate()
258 img->au64PhyAddr[2] = img->au64PhyAddr[1] + oneChnSize; // 2: au64VirAddr array subscript, not out of bounds in IveImgCreate()
357 if (img->au64PhyAddr[ in IveImgDestroy()
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H A Dhi_comm_svp.h128 HI_U64 au64PhyAddr[HI_SVP_IMG_ADDR_NUM]; /* RW;The physical address of the image */ member
H A Dhi_comm_ive.h153 HI_U64 au64PhyAddr[3]; /* RW;The physical address of the image */ member
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H A Dhi_comm_svp.h128 HI_U64 au64PhyAddr[HI_SVP_IMG_ADDR_NUM]; /* RW;The physical address of the image */ member
H A Dhi_comm_ive.h153 HI_U64 au64PhyAddr[3]; /* RW;The physical address of the image */ member

Completed in 16 milliseconds