Home
last modified time | relevance | path

Searched refs:stVFrame (Results 1 - 16 of 16) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/mpp_help/src/
H A Dvgs_img.c56 frm->stVFrame.u32HeaderStride[0] = vbCfg->u32HeadStride; in MppFrmSetBuf()
57 frm->stVFrame.u32HeaderStride[1] = vbCfg->u32HeadStride; in MppFrmSetBuf()
58 frm->stVFrame.u32HeaderStride[2] = vbCfg->u32HeadStride; // 2: Array subscript, not out of bounds in MppFrmSetBuf()
59 frm->stVFrame.u64HeaderPhyAddr[0] = phyAddr; in MppFrmSetBuf()
60 frm->stVFrame.u64HeaderPhyAddr[1] = frm->stVFrame.u64HeaderPhyAddr[0] + vbCfg->u32HeadYSize; in MppFrmSetBuf()
61 frm->stVFrame.u64HeaderPhyAddr[2] = frm->stVFrame.u64HeaderPhyAddr[1]; // 2: Array subscript, not out of bounds in MppFrmSetBuf()
62 frm->stVFrame.u64HeaderVirAddr[0] = (HI_U64)(HI_UL)virAddr; in MppFrmSetBuf()
63 frm->stVFrame in MppFrmSetBuf()
[all...]
H A Dive_img.c55 PIXEL_FORMAT_E pixelFormat = frm->stVFrame.enPixelFormat; in FrmToOrigImg()
61 img->u32Width = frm->stVFrame.u32Width; in FrmToOrigImg()
62 img->u32Height = frm->stVFrame.u32Height; in FrmToOrigImg()
74 img->au64PhyAddr[i] = frm->stVFrame.u64PhyAddr[i]; in FrmToOrigImg()
75 img->au64VirAddr[i] = frm->stVFrame.u64VirAddr[i]; in FrmToOrigImg()
76 img->au32Stride[i] = frm->stVFrame.u32Stride[i]; in FrmToOrigImg()
310 frm->stVFrame.u32Width = img->u32Width; in OrigImgToFrm()
311 frm->stVFrame.u32Height = img->u32Height; in OrigImgToFrm()
314 frm->stVFrame.enPixelFormat = PIXEL_FORMAT_YVU_SEMIPLANAR_420; in OrigImgToFrm()
316 frm->stVFrame in OrigImgToFrm()
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/color_space_convert/smp/
H A Dsmp_color_space_convert.c377 PIXEL_FORMAT_E pixelFormat = frm->stVFrame.enPixelFormat; in FrmToOrigImg()
383 img->u32Width = frm->stVFrame.u32Width; in FrmToOrigImg()
384 img->u32Height = frm->stVFrame.u32Height; in FrmToOrigImg()
396 img->au64PhyAddr[i] = frm->stVFrame.u64PhyAddr[i]; in FrmToOrigImg()
397 img->au64VirAddr[i] = frm->stVFrame.u64VirAddr[i]; in FrmToOrigImg()
398 img->au32Stride[i] = frm->stVFrame.u32Stride[i]; in FrmToOrigImg()
418 frm->stVFrame.u32Width = img->u32Width; in OrigImgToFrm()
419 frm->stVFrame.u32Height = img->u32Height; in OrigImgToFrm()
422 frm->stVFrame.enPixelFormat = PIXEL_FORMAT_YVU_SEMIPLANAR_420; in OrigImgToFrm()
424 frm->stVFrame in OrigImgToFrm()
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/scenario/tennis_detect/
H A Dtennis_detect.cpp52 pstSrc->au64VirAddr[0] = srcFrame->stVFrame.u64VirAddr[0]; in IveImageParamCfg()
53 pstSrc->au64VirAddr[1] = srcFrame->stVFrame.u64VirAddr[1]; in IveImageParamCfg()
54 pstSrc->au64VirAddr[2] = srcFrame->stVFrame.u64VirAddr[2]; // 2: Image data virtual address in IveImageParamCfg()
56 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()
60 pstSrc->au32Stride[0] = srcFrame->stVFrame.u32Stride[0]; in IveImageParamCfg()
61 pstSrc->au32Stride[1] = srcFrame->stVFrame.u32Stride[1]; in IveImageParamCfg()
62 pstSrc->au32Stride[2] = srcFrame->stVFrame.u32Stride[2]; // 2: Image data span in IveImageParamCfg()
64 pstSrc->u32Width = srcFrame->stVFrame in IveImageParamCfg()
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/common/
H A Dsample_comm_vi.c2164 pastViFrameInfo[i].stVideoFrameInfo.stVFrame.u64PhyAddr[0] = u64PhyAddr; in SAMPLE_VI_GetFrameBlkInfo()
2165 pastViFrameInfo[i].stVideoFrameInfo.stVFrame.u64PhyAddr[1] = in SAMPLE_VI_GetFrameBlkInfo()
2166 pastViFrameInfo[i].stVideoFrameInfo.stVFrame.u64PhyAddr[0] + u32LumaSize; in SAMPLE_VI_GetFrameBlkInfo()
2167 pastViFrameInfo[i].stVideoFrameInfo.stVFrame.u64PhyAddr[2] = /* PhyAddr[2] -- chroma_V phy_addr */ in SAMPLE_VI_GetFrameBlkInfo()
2168 pastViFrameInfo[i].stVideoFrameInfo.stVFrame.u64PhyAddr[1] + u32ChrmSize; in SAMPLE_VI_GetFrameBlkInfo()
2170 pastViFrameInfo[i].stVideoFrameInfo.stVFrame.u64VirAddr[0] = (HI_U64)(HI_UINTPTR_T)pVirAddr; in SAMPLE_VI_GetFrameBlkInfo()
2171 pastViFrameInfo[i].stVideoFrameInfo.stVFrame.u64VirAddr[1] = in SAMPLE_VI_GetFrameBlkInfo()
2172 pastViFrameInfo[i].stVideoFrameInfo.stVFrame.u64VirAddr[0] + u32LumaSize; in SAMPLE_VI_GetFrameBlkInfo()
2173 pastViFrameInfo[i].stVideoFrameInfo.stVFrame.u64VirAddr[2] = /* VirAddr[2] -- chroma_V vir_addr */ in SAMPLE_VI_GetFrameBlkInfo()
2174 pastViFrameInfo[i].stVideoFrameInfo.stVFrame in SAMPLE_VI_GetFrameBlkInfo()
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/ive/sample/
H A Dsample_ive_od.c167 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.u32Height = stExtFrmInfo.stVFrame.u32Height; in SAMPLE_IVE_OdProc()
175 stDst.u32Stride = stExtFrmInfo.stVFrame.u32Stride[0]; in SAMPLE_IVE_OdProc()
176 stDst.u32Width = stExtFrmInfo.stVFrame.u32Width; in SAMPLE_IVE_OdProc()
177 stDst.u32Height = stExtFrmInfo.stVFrame.u32Height; in SAMPLE_IVE_OdProc()
H A Dsample_ive_md.c168 stBaseFrmInfo.stVFrame.u32Width, stBaseFrmInfo.stVFrame.u32Height); in SAMPLE_IVE_MdProc()
H A Dsample_ive_kcf.c1558 pstExtFrmInfo->stVFrame.u64VirAddr[0]; in SAMPLE_IVE_Rfcn_GetRect()
1560 pstExtFrmInfo->stVFrame.u64PhyAddr[0]; in SAMPLE_IVE_Rfcn_GetRect()
1562 pstExtFrmInfo->stVFrame.u32Stride[0]; in SAMPLE_IVE_Rfcn_GetRect()
1576 pstSwParam->af32ScoreThr, HI_TRUE, &(pstSwParam->stRect), pstExtFrmInfo->stVFrame.u32Width, in SAMPLE_IVE_Rfcn_GetRect()
1577 pstExtFrmInfo->stVFrame.u32Height, u32BaseWidth, u32BaseHeight); in SAMPLE_IVE_Rfcn_GetRect()
1660 u32Width = s_stIveKcfInfo.astFrameInfo[0].stVFrame.u32Width; in SAMPLE_IVE_Rfcn_Detect()
1661 u32Height = s_stIveKcfInfo.astFrameInfo[0].stVFrame.u32Height; in SAMPLE_IVE_Rfcn_Detect()
1859 pstImage->au64PhyAddr[0] = pstFrameInfo->stVFrame.u64PhyAddr[0]; in SAMPLE_IVE_FillImage()
1860 pstImage->au64PhyAddr[1] = pstFrameInfo->stVFrame.u64PhyAddr[1]; in SAMPLE_IVE_FillImage()
1861 pstImage->au32Stride[0] = pstFrameInfo->stVFrame in SAMPLE_IVE_FillImage()
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/scenario/hand_classify/
H A Dhand_classify.c217 dstFrm->stVFrame.u32Width, dstFrm->stVFrame.u32Height); in Yolo2HandDetectResnetClassifyCal()
251 COMPRESS_MODE_E enCompressMode = srcFrm->stVFrame.enCompressMode; in Yolo2HandDetectResnetClassifyCal()
253 frmIn.stVFrame.enCompressMode = enCompressMode; in Yolo2HandDetectResnetClassifyCal()
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/smp/
H A Dsample_media_opencv.cpp194 SAMPLE_PRT("get vpss frame success, weight:%d, height:%d\n", frm.stVFrame.u32Width, frm.stVFrame.u32Height);
H A Dsample_media_ai.c1810 SAMPLE_PRT("get vpss frame success, weight:%d, height:%d\n", frm.stVFrame.u32Width, frm.stVFrame.u32Height); in GetVpssChnFrameCnnTrashClassify()
1878 SAMPLE_PRT("get vpss frame success, weight:%d, height:%d\n", frm.stVFrame.u32Width, frm.stVFrame.u32Height); in GetVpssChnFrameHandClassify()
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/common/
H A Dsample_comm_ive.c732 stSrcData.u64PhyAddr = pstFrameInfo->stVFrame.u64PhyAddr[0]; in SAMPLE_COMM_IVE_DmaImage()
733 stSrcData.u32Width = pstFrameInfo->stVFrame.u32Width; in SAMPLE_COMM_IVE_DmaImage()
734 stSrcData.u32Height = pstFrameInfo->stVFrame.u32Height; in SAMPLE_COMM_IVE_DmaImage()
735 stSrcData.u32Stride = pstFrameInfo->stVFrame.u32Stride[0]; in SAMPLE_COMM_IVE_DmaImage()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/
H A Dhi_comm_video.h456 VIDEO_FRAME_S stVFrame; member
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H A Dhi_comm_video.h452 VIDEO_FRAME_S stVFrame; member
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H A Dhi_comm_video.h453 VIDEO_FRAME_S stVFrame; member
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/nnie/sample/
H A Dsample_nnie.c1721 pstExtFrmInfo->stVFrame.u64VirAddr[0]; in SAMPLE_SVP_NNIE_Rfcn_Proc_ViToVo()
1723 pstExtFrmInfo->stVFrame.u64PhyAddr[0]; in SAMPLE_SVP_NNIE_Rfcn_Proc_ViToVo()
1725 pstExtFrmInfo->stVFrame.u32Stride[0]; in SAMPLE_SVP_NNIE_Rfcn_Proc_ViToVo()
1739 pstSwParam->af32ScoreThr, HI_TRUE, &(pstSwParam->stRect), pstExtFrmInfo->stVFrame.u32Width, in SAMPLE_SVP_NNIE_Rfcn_Proc_ViToVo()
1740 pstExtFrmInfo->stVFrame.u32Height, u32BaseWidth, u32BaseHeight); in SAMPLE_SVP_NNIE_Rfcn_Proc_ViToVo()
1811 s32Ret = SAMPLE_SVP_NNIE_Rfcn_Proc_ViToVo(pstParam, pstSwParam, &stExtFrmInfo, stBaseFrmInfo.stVFrame.u32Width, in SAMPLE_SVP_NNIE_Rfcn_ViToVo()
1812 stBaseFrmInfo.stVFrame.u32Height); in SAMPLE_SVP_NNIE_Rfcn_ViToVo()

Completed in 25 milliseconds