Home
last modified time | relevance | path

Searched full:pstrect (Results 1 - 6 of 6) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/common/
H A Dsample_comm_ive.c85 HI_S32 SAMPLE_COMM_VGS_FillRect(VIDEO_FRAME_INFO_S *pstFrmInfo, SAMPLE_RECT_ARRAY_S *pstRect, HI_U32 u32Color) in SAMPLE_COMM_VGS_FillRect() argument
94 CHECK_NULL_PTR(pstRect); in SAMPLE_COMM_VGS_FillRect()
95 if (pstRect->u16Num == 0) { in SAMPLE_COMM_VGS_FillRect()
109 for (i = 0; i < pstRect->u16Num; i++) { in SAMPLE_COMM_VGS_FillRect()
112 (HI_VOID)memcpy_s(stVgsAddCover.stQuadRangle.stPoint, sizeof(pstRect->astRect[i].astPoint), in SAMPLE_COMM_VGS_FillRect()
113 pstRect->astRect[i].astPoint, sizeof(pstRect->astRect[i].astPoint)); in SAMPLE_COMM_VGS_FillRect()
366 HI_VOID SAMPLE_COMM_IVE_BlobToRect(IVE_CCBLOB_S *pstBlob, SAMPLE_RECT_ARRAY_S *pstRect, HI_U16 u16RectMaxNum, in SAMPLE_COMM_IVE_BlobToRect() argument
391 pstRect->astRect[u16Num].astPoint[0].s32X = in SAMPLE_COMM_IVE_BlobToRect()
394 pstRect in SAMPLE_COMM_IVE_BlobToRect()
[all...]
H A Dsample_comm_nnie.c427 HI_S32 SAMPLE_COMM_SVP_NNIE_FillRect(VIDEO_FRAME_INFO_S *pstFrmInfo, SAMPLE_SVP_NNIE_RECT_ARRAY_S *pstRect, in SAMPLE_COMM_SVP_NNIE_FillRect() argument
439 SAMPLE_SVP_CHECK_EXPR_RET(pstRect == HI_NULL, HI_ERR_SVP_NNIE_NULL_PTR, SAMPLE_SVP_ERR_LEVEL_ERROR, in SAMPLE_COMM_SVP_NNIE_FillRect()
440 "Error, pstRect is NULL!\n"); in SAMPLE_COMM_SVP_NNIE_FillRect()
442 if (pstRect->u32TotalNum == 0) { in SAMPLE_COMM_SVP_NNIE_FillRect()
458 for (i = 0; i < pstRect->u32ClsNum; i++) { in SAMPLE_COMM_SVP_NNIE_FillRect()
459 for (j = 0; j < pstRect->au32RoiNum[i]; j++) { in SAMPLE_COMM_SVP_NNIE_FillRect()
460 (HI_VOID)memcpy_s(stVgsAddCover.stQuadRangle.stPoint, sizeof(pstRect->astRect[i][j].astPoint), in SAMPLE_COMM_SVP_NNIE_FillRect()
461 pstRect->astRect[i][j].astPoint, sizeof(pstRect->astRect[i][j].astPoint)); in SAMPLE_COMM_SVP_NNIE_FillRect()
H A Dsample_comm_ive.h139 HI_VOID SAMPLE_COMM_IVE_BlobToRect(IVE_CCBLOB_S *pstBlob, SAMPLE_RECT_ARRAY_S *pstRect, HI_U16 u16RectMaxNum,
155 HI_S32 SAMPLE_COMM_VGS_FillRect(VIDEO_FRAME_INFO_S *pstFrmInfo, SAMPLE_RECT_ARRAY_S *pstRect, HI_U32 u32Color);
H A Dsample_comm_nnie.h302 HI_S32 SAMPLE_COMM_SVP_NNIE_FillRect(VIDEO_FRAME_INFO_S *pstFrmInfo, SAMPLE_SVP_NNIE_RECT_ARRAY_S *pstRect,
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/ive/sample/
H A Dsample_ive_kcf.c1228 HI_FLOAT *paf32ScoreThr, HI_BOOL bRmBg, SAMPLE_SVP_NNIE_RECT_ARRAY_S *pstRect, HI_U32 u32SrcWidth, in SAMPLE_IVE_RoiToRect()
1245 pstRect->u32TotalNum = 0; in SAMPLE_IVE_RoiToRect()
1246 pstRect->u32ClsNum = u32ClassNum; in SAMPLE_IVE_RoiToRect()
1248 pstRect->au32RoiNum[0] = 0; in SAMPLE_IVE_RoiToRect()
1264 pstRect->astRect[i][u32RoiNumTmp].astPoint[SAMPLE_IVE_KCF_IDX_0].s32X = in SAMPLE_IVE_RoiToRect()
1268 pstRect->astRect[i][u32RoiNumTmp].astPoint[SAMPLE_IVE_KCF_IDX_0].s32Y = in SAMPLE_IVE_RoiToRect()
1273 pstRect->astRect[i][u32RoiNumTmp].astPoint[SAMPLE_IVE_KCF_IDX_1].s32X = in SAMPLE_IVE_RoiToRect()
1277 pstRect->astRect[i][u32RoiNumTmp].astPoint[SAMPLE_IVE_KCF_IDX_1].s32Y = in SAMPLE_IVE_RoiToRect()
1278 pstRect->astRect[i][u32RoiNumTmp].astPoint[SAMPLE_IVE_KCF_IDX_0].s32Y; in SAMPLE_IVE_RoiToRect()
1280 pstRect in SAMPLE_IVE_RoiToRect()
1227 SAMPLE_IVE_RoiToRect(SVP_BLOB_S *pstDstScore, SVP_BLOB_S *pstDstRoi, SVP_BLOB_S *pstClassRoiNum, HI_FLOAT *paf32ScoreThr, HI_BOOL bRmBg, SAMPLE_SVP_NNIE_RECT_ARRAY_S *pstRect, HI_U32 u32SrcWidth, HI_U32 u32SrcHeight, HI_U32 u32DstWidth, HI_U32 u32DstHeight) SAMPLE_IVE_RoiToRect() argument
1584 SAMPLE_IVE_RectToRoiInfo(SAMPLE_SVP_NNIE_RECT_ARRAY_S *pstRect, HI_U32 u32BaseWidth, HI_U32 u32BaseHeight, SAMPLE_IVE_KCF_S *pstKcfInfo) SAMPLE_IVE_RectToRoiInfo() argument
1874 SAMPLE_IVE_RectToPoint(IVE_KCF_BBOX_S astBbox[], HI_U32 u32BboxNum, HI_U32 u32BboxObjNum, SAMPLE_RECT_ARRAY_S *pstRect) SAMPLE_IVE_RectToPoint() argument
1928 SAMPLE_IVE_DispProcess(VIDEO_FRAME_INFO_S *pstFrameInfo, SAMPLE_RECT_ARRAY_S *pstRect) SAMPLE_IVE_DispProcess() argument
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/nnie/sample/
H A Dsample_nnie.c1577 HI_FLOAT *paf32ScoreThr, HI_BOOL bRmBg, SAMPLE_SVP_NNIE_RECT_ARRAY_S *pstRect, HI_U32 u32SrcWidth, in SAMPLE_SVP_NNIE_RoiToRect()
1594 pstRect->u32TotalNum = 0; in SAMPLE_SVP_NNIE_RoiToRect()
1595 pstRect->u32ClsNum = u32ClassNum; in SAMPLE_SVP_NNIE_RoiToRect()
1597 pstRect->au32RoiNum[0] = 0; in SAMPLE_SVP_NNIE_RoiToRect()
1613 pstRect->astRect[i][u32RoiNumTmp].astPoint[0].s32X = in SAMPLE_SVP_NNIE_RoiToRect()
1616 pstRect->astRect[i][u32RoiNumTmp].astPoint[0].s32Y = in SAMPLE_SVP_NNIE_RoiToRect()
1619 pstRect->astRect[i][u32RoiNumTmp].astPoint[1].s32X = in SAMPLE_SVP_NNIE_RoiToRect()
1622 pstRect->astRect[i][u32RoiNumTmp].astPoint[1].s32Y = in SAMPLE_SVP_NNIE_RoiToRect()
1623 pstRect->astRect[i][u32RoiNumTmp].astPoint[0].s32Y; in SAMPLE_SVP_NNIE_RoiToRect()
1626 pstRect in SAMPLE_SVP_NNIE_RoiToRect()
1576 SAMPLE_SVP_NNIE_RoiToRect(SVP_BLOB_S *pstDstScore, SVP_BLOB_S *pstDstRoi, SVP_BLOB_S *pstClassRoiNum, HI_FLOAT *paf32ScoreThr, HI_BOOL bRmBg, SAMPLE_SVP_NNIE_RECT_ARRAY_S *pstRect, HI_U32 u32SrcWidth, HI_U32 u32SrcHeight, HI_U32 u32DstWidth, HI_U32 u32DstHeight) SAMPLE_SVP_NNIE_RoiToRect() argument
[all...]

Completed in 12 milliseconds