Searched refs:stSrc (Results 1 - 6 of 6) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/ive/sample/ |
H A D | sample_ive_canny.c | 40 IVE_SRC_IMAGE_S stSrc;
member 56 IVE_MMZ_FREE(pstCannyInfo->stSrc.au64PhyAddr[0], pstCannyInfo->stSrc.au64VirAddr[0]);
in SAMPLE_IVE_Canny_Uninit() 93 s32Ret = SAMPLE_COMM_IVE_CreateImage(&pstCannyInfo->stSrc, IVE_IMAGE_TYPE_U8C1, u32Width, u32Height);
in SAMPLE_IVE_Canny_Init() 100 u32Size = pstCannyInfo->stSrc.au32Stride[0] * pstCannyInfo->stSrc.u32Height * u32Size +
in SAMPLE_IVE_Canny_Init() 105 u32Size = pstCannyInfo->stSrc.au32Stride[0] * pstCannyInfo->stSrc.u32Height * u32Size;
in SAMPLE_IVE_Canny_Init() 135 s32Ret = SAMPLE_COMM_IVE_ReadFile(&(pstCannyInfo->stSrc), pstCannyInfo->pFpSrc);
in SAMPLE_IVE_Complete_Canny() 138 s32Ret = HI_MPI_IVE_CannyHysEdge(&IveHandle, &pstCannyInfo->stSrc, in SAMPLE_IVE_Complete_Canny() [all...] |
H A D | sample_ive_od.c | 44 IVE_SRC_IMAGE_S stSrc;
member 59 IVE_MMZ_FREE(pstOd->stSrc.au64PhyAddr[0], pstOd->stSrc.au64VirAddr[0]);
in SAMPLE_IVE_Od_Uninit() 67 s32Ret = SAMPLE_COMM_IVE_CreateImage(&pstOd->stSrc, IVE_IMAGE_TYPE_U8C1, u32Width, u32Height);
in SAMPLE_IVE_Od_Init() 122 IVE_DATA_S stSrc;
in SAMPLE_IVE_OdProc() local 167 stSrc.u64VirAddr = stExtFrmInfo.stVFrame.u64VirAddr[0];
in SAMPLE_IVE_OdProc() 168 stSrc.u64PhyAddr = stExtFrmInfo.stVFrame.u64PhyAddr[0];
in SAMPLE_IVE_OdProc() 169 stSrc.u32Stride = stExtFrmInfo.stVFrame.u32Stride[0];
in SAMPLE_IVE_OdProc() 170 stSrc.u32Width = stExtFrmInfo.stVFrame.u32Width;
in SAMPLE_IVE_OdProc() 171 stSrc in SAMPLE_IVE_OdProc() [all...] |
H A D | sample_ive_persptrans.c | 45 IVE_SRC_IMAGE_S stSrc;
member 63 IVE_MMZ_FREE(pstPerspTrans->stSrc.au64PhyAddr[0], pstPerspTrans->stSrc.au64VirAddr[0]);
in SAMPLE_IVE_PerspTrans_Uninit() 93 s32Ret = SAMPLE_COMM_IVE_CreateImage(&(pstPerspTrans->stSrc), IVE_IMAGE_TYPE_YUV420SP, u32SrcWidth, u32SrcHeight);
in SAMPLE_IVE_PerspTrans_Init() 163 s32Ret = SAMPLE_COMM_IVE_ReadFile(&(pstPerspTrans->stSrc), pstPerspTrans->pFpSrc);
in SAMPLE_IVE_PerspTransProc() 166 s32Ret = HI_MPI_IVE_PerspTrans(&IveHandle, &pstPerspTrans->stSrc, pstPerspTrans->astRoi,
in SAMPLE_IVE_PerspTransProc()
|
H A D | sample_ive_kcf.c | 1962 IVE_IMAGE_S stSrc;
in SAMPLE_IVE_KcfTracking() local 1982 SAMPLE_IVE_FillImage(&pstQueueNode->stFrameInfo, &stSrc);
in SAMPLE_IVE_KcfTracking() 2016 s32Ret = HI_MPI_IVE_KCF_Process(&hIveHandle, &stSrc, &s_stIveKcfInfo.stObjList,
in SAMPLE_IVE_KcfTracking()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/color_space_convert/smp/ |
H A D | smp_color_space_convert.c | 98 IVE_SRC_IMAGE_S stSrc;
member 289 IveImgDestroy(&pstColorConvertInfo->stSrc);
in SampleIveColorConvertUninit() 306 s32Ret = SAMPLE_COMM_IVE_CreateImage(&g_stColorSpaceInfo->stSrc, IVE_IMAGE_TYPE_YUV420SP, u32Width, u32Height);
in SampleIveColorConvertInit() 331 HI_S32 s32Ret = SAMPLE_COMM_IVE_ReadFile(&(g_stColorSpaceInfo->stSrc), g_stColorSpaceInfo->pFpSrc);
in SampleIveReadFile() 579 s32Ret = OrigImgToFrm(&g_stColorSpaceInfo.stSrc, &frm);
in SampleIveOrigImgToFrm() 581 g_stColorSpaceInfo.stSrc.u32Width, g_stColorSpaceInfo.stSrc.u32Height, g_stColorSpaceInfo.stSrc.enType);
in SampleIveOrigImgToFrm() 628 s32Ret = OrigImgToFrm(&g_stColorSpaceInfo.stSrc, &frm);
in SampleIveFrmToOrigImg() 632 g_stColorSpaceInfo.stSrc in SampleIveFrmToOrigImg() [all...] |
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/resize_crop/smp/ |
H A D | smp_resize_crop.c | 109 IVE_SRC_IMAGE_S stSrc;
member 374 IveImgDestroy(&pstResizeCropInfo->stSrc);
in SampleIveResizeCropUninit() 391 s32Ret = SAMPLE_COMM_IVE_CreateImage(&pstResizeCropInfo->stSrc, IVE_IMAGE_TYPE_YUV420SP, u32Width, u32Height);
in SampleIveResizeInit() 424 s32Ret = SAMPLE_COMM_IVE_CreateImage(&pstResizeCropInfo->stSrc, IVE_IMAGE_TYPE_YUV420SP, u32Width, u32Height);
in SampleIveCropInit() 666 HI_S32 s32Ret = SAMPLE_COMM_IVE_ReadFile(&(pstResizeCropInfo->stSrc), pstResizeCropInfo->pFpSrc);
in SampleIveReadResizeCropFile() 783 s32Ret = ImgYuvCropU8c1(&(g_stResizeCropInfo.stSrc), &u8c1Img, &cropU8c1Box, resizeWidth, resizeHeight);
in SampleIveImgResize() 833 s32Ret = ImgYuvCrop(&(g_stResizeCropInfo.stSrc), &cropImg, &cropBox);
in SampleIveImgCrop()
|
Completed in 9 milliseconds