/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/ive/sample/ |
D | sample_ive_od.c | 95 …if (((pstChar[i].s32Y - pstLinearPoint[j].s32Y) * (pstNextLinearPoint[j].s32X - pstLinearPoint[j].… in SAMPLE_IVE_Linear2DClassifer() 96 …stChar[i].s32X - pstLinearPoint[j].s32X) * (pstNextLinearPoint[j].s32Y - pstLinearPoint[j].s32Y) && in SAMPLE_IVE_Linear2DClassifer() 150 stIveLinerData.pstLinearPoint[SAMPLE_IVE_OD_IDX_0].s32Y = SAMPLE_IVE_OD_VAL_0; /* y value: 0 */ in SAMPLE_IVE_OdProc() 152 … stIveLinerData.pstLinearPoint[SAMPLE_IVE_OD_IDX_1].s32Y = SAMPLE_IVE_OD_VAL_20; /* y value: 20 */ in SAMPLE_IVE_OdProc() 217 stChar[j * IVE_CHAR_CALW + i].s32Y = (HI_U32)sqrt(fSqVar); in SAMPLE_IVE_OdProc()
|
D | sample_ive_kcf.c | 1268 pstRect->astRect[i][u32RoiNumTmp].astPoint[SAMPLE_IVE_KCF_IDX_0].s32Y = 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() 1282 pstRect->astRect[i][u32RoiNumTmp].astPoint[SAMPLE_IVE_KCF_IDX_2].s32Y = in SAMPLE_IVE_RoiToRect() 1289 pstRect->astRect[i][u32RoiNumTmp].astPoint[SAMPLE_IVE_KCF_IDX_3].s32Y = in SAMPLE_IVE_RoiToRect() 1290 pstRect->astRect[i][u32RoiNumTmp].astPoint[SAMPLE_IVE_KCF_IDX_2].s32Y; in SAMPLE_IVE_RoiToRect() 1600 pstRect->astRect[i][j].astPoint[0].s32Y * SAMPLE_IVE_KCF_ROI_FIX_POINT; in SAMPLE_IVE_RectToRoiInfo() 1605 …stRect->astRect[i][j].astPoint[SAMPLE_IVE_KCF_IDX_2].s32Y - pstRect->astRect[i][j].astPoint[0].s32… in SAMPLE_IVE_RectToRoiInfo() 1908 pstRect->astRect[i].astPoint[0].s32Y = tmp_sy; in SAMPLE_IVE_RectToPoint() 1909 … if ((pstRect->astRect[i].astPoint[0].s32X < 0) || (pstRect->astRect[i].astPoint[0].s32Y < 0)) { in SAMPLE_IVE_RectToPoint() [all …]
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/mpp_help/src/ |
D | vgs_img.c | 462 lines[RECT_LINES * i].stStartPoint.s32Y = IntToOven(boxes[i].ymin); in MppFrmDrawRects() 464 lines[RECT_LINES * i].stEndPoint.s32Y = IntToOven(boxes[i].ymin); in MppFrmDrawRects() 468 lines[RECT_LINES * i + RECT_LINE1].stStartPoint.s32Y = IntToOven(boxes[i].ymin); in MppFrmDrawRects() 470 lines[RECT_LINES * i + RECT_LINE1].stEndPoint.s32Y = IntToOven(boxes[i].ymax); in MppFrmDrawRects() 474 lines[RECT_LINES * i + RECT_LINE2].stStartPoint.s32Y = IntToOven(boxes[i].ymax); in MppFrmDrawRects() 476 lines[RECT_LINES * i + RECT_LINE2].stEndPoint.s32Y = IntToOven(boxes[i].ymax); in MppFrmDrawRects() 480 lines[RECT_LINES * i + RECT_LINE3].stStartPoint.s32Y = IntToOven(boxes[i].ymax); in MppFrmDrawRects() 482 lines[RECT_LINES * i + RECT_LINE3].stEndPoint.s32Y = IntToOven(boxes[i].ymin); in MppFrmDrawRects()
|
D | osd_img.c | 443 rgnAttr->astDispAttr[0].stStartPos.s32Y = begY; in TxtRgnInit() 459 pstRatioCoor->s32Y < 0 || pstRatioCoor->s32Y > Y_COORDINATE) { in OSD_Ratio2Absolute() 460 SAMPLE_PRT("invalide Ratio coordinate(%d,%d)\n", pstRatioCoor->s32X, pstRatioCoor->s32Y); in OSD_Ratio2Absolute() 507 pstAbsCoor->s32Y = HiAppcommAlign(stImageSize.u32Height * pstRatioCoor->s32Y / MULTIPLE_NUM, 2); in OSD_Ratio2Absolute() 557 stRgnChnAttr.unChnAttr.stOverlayExChn.stPoint.s32Y = stStartPos.s32Y; in OSD_Update() 562 stRgnChnAttr.unChnAttr.stOverlayChn.stPoint.s32Y = stStartPos.s32Y; in OSD_Update() 720 stRgnChnAttr.unChnAttr.stOverlayExChn.stPoint.s32Y = stStartPos.s32Y; in OSD_RGNAttach() 726 stRgnChnAttr.unChnAttr.stOverlayChn.stPoint.s32Y = stStartPos.s32Y; in OSD_RGNAttach()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/common/ |
D | sample_comm_region.c | 546 … stChnAttr.unChnAttr.stOverlayChn.stPoint.s32Y = RECT_Y + RECT_HEIGHT * (i - OverlayMinHandle); in SAMPLE_COMM_REGION_AttachToChn() 551 … stChnAttr.unChnAttr.stOverlayExChn.stPoint.s32Y = RECT_Y + RECT_HEIGHT * (i - OverlayExMinHandle); in SAMPLE_COMM_REGION_AttachToChn() 556 … stChnAttr.unChnAttr.stCoverChn.stRect.s32Y = RECT_Y + RECT_HEIGHT * (i - CoverMinHandle); in SAMPLE_COMM_REGION_AttachToChn() 561 … stChnAttr.unChnAttr.stCoverExChn.stRect.s32Y = RECT_Y + RECT_HEIGHT * (i - CoverExMinHandle); in SAMPLE_COMM_REGION_AttachToChn() 566 … stChnAttr.unChnAttr.stMosaicChn.stRect.s32Y = RECT_Y + RECT_HEIGHT * (i - MosaicMinHandle); in SAMPLE_COMM_REGION_AttachToChn()
|
D | sample_comm_vo.c | 254 … stChnAttr.stRect.s32Y = HI_ALIGN_DOWN((u32Height / u32Square) * (i / u32Square), 2); /* 2 align */ in SAMPLE_COMM_VO_StartChn() 554 stLayerAttr.stDispRect.s32Y = 0; in SAMPLE_COMM_VO_StartVO() 679 stLayerAttr.stDispRect.s32Y = 0; in SAMPLE_COMM_VO_StartLayerChn() 690 stLayerAttr.stDispRect.s32Y = 0; in SAMPLE_COMM_VO_StartLayerChn()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/common/ |
D | sample_comm_ive.c | 394 pstRect->astRect[u16Num].astPoint[0].s32Y = in SAMPLE_COMM_IVE_BlobToRect() 402 pstRect->astRect[u16Num].astPoint[1].s32Y = in SAMPLE_COMM_IVE_BlobToRect() 410 pstRect->astRect[u16Num].astPoint[2].s32Y = in SAMPLE_COMM_IVE_BlobToRect() 418 pstRect->astRect[u16Num].astPoint[3].s32Y = in SAMPLE_COMM_IVE_BlobToRect() 426 … (pstRect->astRect[u16Num].astPoint[j].s32Y == pstRect->astRect[u16Num].astPoint[k].s32Y)) { in SAMPLE_COMM_IVE_BlobToRect() 840 stLayerAttr.stDispRect.s32Y = 0; in SAMPLE_COMM_IVE_StartVo()
|
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/ |
D | hi_comm_video.h | 76 HI_S32 s32Y; member 86 HI_S32 s32Y; member
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/ |
D | hi_comm_video.h | 76 HI_S32 s32Y; member 86 HI_S32 s32Y; member
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/ |
D | hi_comm_video.h | 79 HI_S32 s32Y; member 89 HI_S32 s32Y; member
|
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/include/ |
D | hi_common.h | 145 hi_s32 s32Y; member
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/helloworld/smp/ |
D | sample_lcd.c | 82 pstLayerAttr->stDispRect.s32Y = 0; in SAMPLE_VO_GetUserLayerAttr() 99 pstChnAttr[i].stRect.s32Y = 0; in SAMPLE_VO_GetUserChnAttr() 1170 stChnAttr.stRect.s32Y = HI_ALIGN_DOWN((u32Height / g_sampleVoModeMux.u32Square) * in SampleCommVoStartChnMipi() 1179 stChnAttr.stRect.s32Y = HI_ALIGN_DOWN((u32Height / g_sampleVoModeMux.u32Row) * in SampleCommVoStartChnMipi() 1253 stLayerAttr.stDispRect.s32Y = 0; in StLayerAttrCfg()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/smp/ |
D | sample_media_ai.c | 116 pstLayerAttr->stDispRect.s32Y = 0; in SAMPLE_VO_GetUserLayerAttr() 133 pstChnAttr[i].stRect.s32Y = 0; in SAMPLE_VO_GetUserChnAttr() 1204 stChnAttr.stRect.s32Y = HI_ALIGN_DOWN((u32Height / g_sampleVoModeMux.u32Square) * in SampleCommVoStartChnMipi() 1213 stChnAttr.stRect.s32Y = HI_ALIGN_DOWN((u32Height / g_sampleVoModeMux.u32Row) * in SampleCommVoStartChnMipi() 1287 stLayerAttr.stDispRect.s32Y = 0; in StLayerAttrCfg()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/nnie/sample/ |
D | sample_nnie.c | 1616 pstRect->astRect[i][u32RoiNumTmp].astPoint[0].s32Y = 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() 1628 pstRect->astRect[i][u32RoiNumTmp].astPoint[2].s32Y = in SAMPLE_SVP_NNIE_RoiToRect() 1635 pstRect->astRect[i][u32RoiNumTmp].astPoint[3].s32Y = in SAMPLE_SVP_NNIE_RoiToRect() 1636 pstRect->astRect[i][u32RoiNumTmp].astPoint[2].s32Y; in SAMPLE_SVP_NNIE_RoiToRect()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/doc/ |
D | 3.1.4.VO理论及实现方式.md | 589 * 设置视频层属性(SINGLE模式下除了pstLayerAttr中stDispRect的s32X,s32Y)必须在视频层禁止的情况下进行。
|