Home
last modified time | relevance | path

Searched refs:s32X (Results 1 - 14 of 14) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/ive/sample/
H A Dsample_ive_od.c95 if (((pstChar[i].s32Y - pstLinearPoint[j].s32Y) * (pstNextLinearPoint[j].s32X - pstLinearPoint[j].s32X) > in SAMPLE_IVE_Linear2DClassifer()
96 (pstChar[i].s32X - pstLinearPoint[j].s32X) * (pstNextLinearPoint[j].s32Y - pstLinearPoint[j].s32Y) && in SAMPLE_IVE_Linear2DClassifer()
97 (pstNextLinearPoint[j].s32X != pstLinearPoint[j].s32X)) || in SAMPLE_IVE_Linear2DClassifer()
98 ((pstChar[i].s32X > pstLinearPoint[j].s32X) && in SAMPLE_IVE_Linear2DClassifer()
99 (pstNextLinearPoint[j].s32X == pstLinearPoint[j].s32X))) { in SAMPLE_IVE_Linear2DClassifer()
[all...]
H A Dsample_ive_kcf.c1264 pstRect->astRect[i][u32RoiNumTmp].astPoint[SAMPLE_IVE_KCF_IDX_0].s32X = in SAMPLE_IVE_RoiToRect()
1273 pstRect->astRect[i][u32RoiNumTmp].astPoint[SAMPLE_IVE_KCF_IDX_1].s32X = in SAMPLE_IVE_RoiToRect()
1280 pstRect->astRect[i][u32RoiNumTmp].astPoint[SAMPLE_IVE_KCF_IDX_2].s32X = in SAMPLE_IVE_RoiToRect()
1281 pstRect->astRect[i][u32RoiNumTmp].astPoint[SAMPLE_IVE_KCF_IDX_1].s32X; in SAMPLE_IVE_RoiToRect()
1287 pstRect->astRect[i][u32RoiNumTmp].astPoint[SAMPLE_IVE_KCF_IDX_3].s32X = in SAMPLE_IVE_RoiToRect()
1288 pstRect->astRect[i][u32RoiNumTmp].astPoint[SAMPLE_IVE_KCF_IDX_0].s32X; in SAMPLE_IVE_RoiToRect()
1598 pstRect->astRect[i][j].astPoint[0].s32X * SAMPLE_IVE_KCF_ROI_FIX_POINT; in SAMPLE_IVE_RectToRoiInfo()
1603 pstRect->astRect[i][j].astPoint[SAMPLE_IVE_KCF_IDX_2].s32X - pstRect->astRect[i][j].astPoint[0].s32X; in SAMPLE_IVE_RectToRoiInfo()
1907 pstRect->astRect[i].astPoint[0].s32X in SAMPLE_IVE_RectToPoint()
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/mpp_help/src/
H A Dvgs_img.c461 lines[RECT_LINES * i].stStartPoint.s32X = IntToOven(boxes[i].xmin); in MppFrmDrawRects()
463 lines[RECT_LINES * i].stEndPoint.s32X = IntToOven(boxes[i].xmax); in MppFrmDrawRects()
467 lines[RECT_LINES * i + RECT_LINE1].stStartPoint.s32X = IntToOven(boxes[i].xmax); in MppFrmDrawRects()
469 lines[RECT_LINES * i + RECT_LINE1].stEndPoint.s32X = IntToOven(boxes[i].xmax); in MppFrmDrawRects()
473 lines[RECT_LINES * i + RECT_LINE2].stStartPoint.s32X = IntToOven(boxes[i].xmax); in MppFrmDrawRects()
475 lines[RECT_LINES * i + RECT_LINE2].stEndPoint.s32X = IntToOven(boxes[i].xmin); in MppFrmDrawRects()
479 lines[RECT_LINES * i + RECT_LINE3].stStartPoint.s32X = IntToOven(boxes[i].xmin); in MppFrmDrawRects()
481 lines[RECT_LINES * i + RECT_LINE3].stEndPoint.s32X = IntToOven(boxes[i].xmin); in MppFrmDrawRects()
H A Dosd_img.c442 rgnAttr->astDispAttr[0].stStartPos.s32X = begX; in TxtRgnInit()
458 if (pstRatioCoor->s32X < 0 || pstRatioCoor->s32X > X_COORDINATE || in OSD_Ratio2Absolute()
460 SAMPLE_PRT("invalide Ratio coordinate(%d,%d)\n", pstRatioCoor->s32X, pstRatioCoor->s32Y); in OSD_Ratio2Absolute()
505 pstAbsCoor->s32X = HiAppcommAlign(stImageSize.u32Width * pstRatioCoor->s32X / MULTIPLE_NUM, 2); in OSD_Ratio2Absolute()
556 stRgnChnAttr.unChnAttr.stOverlayExChn.stPoint.s32X = stStartPos.s32X; in OSD_Update()
561 stRgnChnAttr.unChnAttr.stOverlayChn.stPoint.s32X = stStartPos.s32X; in OSD_Update()
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/common/
H A Dsample_comm_region.c545 stChnAttr.unChnAttr.stOverlayChn.stPoint.s32X = RECT_X + RECT_WIDTH * (i - OverlayMinHandle); in SAMPLE_COMM_REGION_AttachToChn()
550 stChnAttr.unChnAttr.stOverlayExChn.stPoint.s32X = RECT_X + RECT_WIDTH * (i - OverlayExMinHandle); in SAMPLE_COMM_REGION_AttachToChn()
555 stChnAttr.unChnAttr.stCoverChn.stRect.s32X = RECT_X + RECT_WIDTH * (i - CoverMinHandle); in SAMPLE_COMM_REGION_AttachToChn()
560 stChnAttr.unChnAttr.stCoverExChn.stRect.s32X = RECT_X + RECT_WIDTH * (i - CoverExMinHandle); in SAMPLE_COMM_REGION_AttachToChn()
565 stChnAttr.unChnAttr.stMosaicChn.stRect.s32X = RECT_Y + RECT_WIDTH * (i - MosaicMinHandle); in SAMPLE_COMM_REGION_AttachToChn()
H A Dsample_comm_vo.c253 stChnAttr.stRect.s32X = HI_ALIGN_DOWN((u32Width / u32Square) * (i % u32Square), 2); /* 2 align */ in SAMPLE_COMM_VO_StartChn()
553 stLayerAttr.stDispRect.s32X = 0; in SAMPLE_COMM_VO_StartVO()
678 stLayerAttr.stDispRect.s32X = 0; in SAMPLE_COMM_VO_StartLayerChn()
689 stLayerAttr.stDispRect.s32X = 0; in SAMPLE_COMM_VO_StartLayerChn()
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/common/
H A Dsample_comm_ive.c391 pstRect->astRect[u16Num].astPoint[0].s32X = in SAMPLE_COMM_IVE_BlobToRect()
398 pstRect->astRect[u16Num].astPoint[1].s32X = in SAMPLE_COMM_IVE_BlobToRect()
406 pstRect->astRect[u16Num].astPoint[2].s32X = in SAMPLE_COMM_IVE_BlobToRect()
414 pstRect->astRect[u16Num].astPoint[3].s32X = in SAMPLE_COMM_IVE_BlobToRect()
425 if ((pstRect->astRect[u16Num].astPoint[j].s32X == pstRect->astRect[u16Num].astPoint[k].s32X) && in SAMPLE_COMM_IVE_BlobToRect()
839 stLayerAttr.stDispRect.s32X = 0; in SAMPLE_COMM_IVE_StartVo()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/
H A Dhi_comm_video.h78 HI_S32 s32X; member
88 HI_S32 s32X; member
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H A Dhi_comm_video.h75 HI_S32 s32X; member
85 HI_S32 s32X; member
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H A Dhi_comm_video.h75 HI_S32 s32X; member
85 HI_S32 s32X; member
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/include/
H A Dhi_common.h144 hi_s32 s32X; member
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/smp/
H A Dsample_media_ai.c115 pstLayerAttr->stDispRect.s32X = 0; in SAMPLE_VO_GetUserLayerAttr()
132 pstChnAttr[i].stRect.s32X = 0; in SAMPLE_VO_GetUserChnAttr()
1202 stChnAttr.stRect.s32X = HI_ALIGN_DOWN((u32Width / g_sampleVoModeMux.u32Square) * in SampleCommVoStartChnMipi()
1211 stChnAttr.stRect.s32X = HI_ALIGN_DOWN((u32Width / g_sampleVoModeMux.u32Col) * in SampleCommVoStartChnMipi()
1286 stLayerAttr.stDispRect.s32X = 0; in StLayerAttrCfg()
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/helloworld/smp/
H A Dsample_lcd.c81 pstLayerAttr->stDispRect.s32X = 0; in SAMPLE_VO_GetUserLayerAttr()
98 pstChnAttr[i].stRect.s32X = 0; in SAMPLE_VO_GetUserChnAttr()
1168 stChnAttr.stRect.s32X = HI_ALIGN_DOWN((u32Width / g_sampleVoModeMux.u32Square) * in SampleCommVoStartChnMipi()
1177 stChnAttr.stRect.s32X = HI_ALIGN_DOWN((u32Width / g_sampleVoModeMux.u32Col) * in SampleCommVoStartChnMipi()
1252 stLayerAttr.stDispRect.s32X = 0; in StLayerAttrCfg()
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/nnie/sample/
H A Dsample_nnie.c1613 pstRect->astRect[i][u32RoiNumTmp].astPoint[0].s32X = in SAMPLE_SVP_NNIE_RoiToRect()
1619 pstRect->astRect[i][u32RoiNumTmp].astPoint[1].s32X = in SAMPLE_SVP_NNIE_RoiToRect()
1626 pstRect->astRect[i][u32RoiNumTmp].astPoint[2].s32X = in SAMPLE_SVP_NNIE_RoiToRect()
1627 pstRect->astRect[i][u32RoiNumTmp].astPoint[1].s32X; in SAMPLE_SVP_NNIE_RoiToRect()
1633 pstRect->astRect[i][u32RoiNumTmp].astPoint[3].s32X = in SAMPLE_SVP_NNIE_RoiToRect()
1634 pstRect->astRect[i][u32RoiNumTmp].astPoint[0].s32X; in SAMPLE_SVP_NNIE_RoiToRect()

Completed in 27 milliseconds