Home
last modified time | relevance | path

Searched refs:stRect (Results 1 - 20 of 20) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/common/
H A Dsample_comm_region.c517 stChnAttr.unChnAttr.stCoverChn.stRect.u32Height = RECT_HEIGHT; in SAMPLE_COMM_REGION_AttachToChn()
518 stChnAttr.unChnAttr.stCoverChn.stRect.u32Width = RECT_WIDTH; in SAMPLE_COMM_REGION_AttachToChn()
527 stChnAttr.unChnAttr.stCoverExChn.stRect.u32Height = RECT_HEIGHT; in SAMPLE_COMM_REGION_AttachToChn()
528 stChnAttr.unChnAttr.stCoverExChn.stRect.u32Width = RECT_WIDTH; in SAMPLE_COMM_REGION_AttachToChn()
535 stChnAttr.unChnAttr.stMosaicChn.stRect.u32Height = RECT_HEIGHT; in SAMPLE_COMM_REGION_AttachToChn()
536 stChnAttr.unChnAttr.stMosaicChn.stRect.u32Width = RECT_WIDTH; in SAMPLE_COMM_REGION_AttachToChn()
555 stChnAttr.unChnAttr.stCoverChn.stRect.s32X = RECT_X + RECT_WIDTH * (i - CoverMinHandle); in SAMPLE_COMM_REGION_AttachToChn()
556 stChnAttr.unChnAttr.stCoverChn.stRect.s32Y = RECT_Y + RECT_HEIGHT * (i - CoverMinHandle); in SAMPLE_COMM_REGION_AttachToChn()
560 stChnAttr.unChnAttr.stCoverExChn.stRect.s32X = RECT_X + RECT_WIDTH * (i - CoverExMinHandle); in SAMPLE_COMM_REGION_AttachToChn()
561 stChnAttr.unChnAttr.stCoverExChn.stRect in SAMPLE_COMM_REGION_AttachToChn()
[all...]
H A Dsample_comm_vo.c253 stChnAttr.stRect.s32X = HI_ALIGN_DOWN((u32Width / u32Square) * (i % u32Square), 2); /* 2 align */ in SAMPLE_COMM_VO_StartChn()
254 stChnAttr.stRect.s32Y = HI_ALIGN_DOWN((u32Height / u32Square) * (i / u32Square), 2); /* 2 align */ in SAMPLE_COMM_VO_StartChn()
255 stChnAttr.stRect.u32Width = HI_ALIGN_DOWN(u32Width / u32Square, 2); /* 2 align */ in SAMPLE_COMM_VO_StartChn()
256 stChnAttr.stRect.u32Height = HI_ALIGN_DOWN(u32Height / u32Square, 2); /* 2 align */ in SAMPLE_COMM_VO_StartChn()
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H A Dhi_comm_region.h133 RECT_S stRect; /* config of rect */ member
144 RECT_S stRect; /* config of rect */ member
160 RECT_S stRect; /* location of MOSAIC */ member
H A Dhi_comm_venc.h646 RECT_S stRect; /* RW; Region of an ROI */ member
666 RECT_S stRect[HI_VENC_ROI_FOR_BUTT]; /* RW;Region of an ROI */ member
894 RECT_S stRect[HI_VENC_MAX_MOSAIC_RECT_NUM]; member
937 RECT_S stRect; /* RW; */ member
943 RECT_S stRect; /* RW; Crop region, note: s32X must be multi of 16 */ member
H A Dhi_comm_vgs.h94 RECT_S stRect; /* Osd area */ member
H A Dhi_comm_video.h98 RECT_S stRect; member
H A Dhi_comm_vo.h281 RECT_S stRect; /* Rectangle of video output channel */ member
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H A Dhi_comm_region.h133 RECT_S stRect; /* config of rect */ member
144 RECT_S stRect; /* config of rect */ member
160 RECT_S stRect; /* location of MOSAIC */ member
H A Dhi_comm_venc.h647 RECT_S stRect; /* RW; Region of an ROI */ member
667 RECT_S stRect[HI_VENC_ROI_FOR_BUTT]; /* RW;Region of an ROI */ member
895 RECT_S stRect[HI_VENC_MAX_MOSAIC_RECT_NUM]; member
938 RECT_S stRect; /* RW; */ member
944 RECT_S stRect; /* RW; Crop region, note: s32X must be multi of 16 */ member
H A Dhi_comm_vo.h39 RECT_S stRect; /* Rectangle of video output channel */ member
H A Dhi_comm_vgs.h94 RECT_S stRect; /* Osd area */ member
H A Dhi_comm_video.h98 RECT_S stRect; member
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/smp/
H A Dsample_media_ai.c132 pstChnAttr[i].stRect.s32X = 0; in SAMPLE_VO_GetUserChnAttr()
133 pstChnAttr[i].stRect.s32Y = 0; in SAMPLE_VO_GetUserChnAttr()
134 pstChnAttr[i].stRect.u32Height = pstDevSize->u32Height; in SAMPLE_VO_GetUserChnAttr()
135 pstChnAttr[i].stRect.u32Width = pstDevSize->u32Width; in SAMPLE_VO_GetUserChnAttr()
1202 stChnAttr.stRect.s32X = HI_ALIGN_DOWN((u32Width / g_sampleVoModeMux.u32Square) * in SampleCommVoStartChnMipi()
1204 stChnAttr.stRect.s32Y = HI_ALIGN_DOWN((u32Height / g_sampleVoModeMux.u32Square) * in SampleCommVoStartChnMipi()
1206 stChnAttr.stRect.u32Width = HI_ALIGN_DOWN(u32Width / g_sampleVoModeMux.u32Square, ALIGN_DOWN_SIZE); in SampleCommVoStartChnMipi()
1207 stChnAttr.stRect.u32Height = HI_ALIGN_DOWN(u32Height / g_sampleVoModeMux.u32Square, ALIGN_DOWN_SIZE); in SampleCommVoStartChnMipi()
1211 stChnAttr.stRect.s32X = HI_ALIGN_DOWN((u32Width / g_sampleVoModeMux.u32Col) * in SampleCommVoStartChnMipi()
1213 stChnAttr.stRect in SampleCommVoStartChnMipi()
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/helloworld/smp/
H A Dsample_lcd.c98 pstChnAttr[i].stRect.s32X = 0; in SAMPLE_VO_GetUserChnAttr()
99 pstChnAttr[i].stRect.s32Y = 0; in SAMPLE_VO_GetUserChnAttr()
100 pstChnAttr[i].stRect.u32Height = pstDevSize->u32Height; in SAMPLE_VO_GetUserChnAttr()
101 pstChnAttr[i].stRect.u32Width = pstDevSize->u32Width; in SAMPLE_VO_GetUserChnAttr()
1168 stChnAttr.stRect.s32X = HI_ALIGN_DOWN((u32Width / g_sampleVoModeMux.u32Square) * in SampleCommVoStartChnMipi()
1170 stChnAttr.stRect.s32Y = HI_ALIGN_DOWN((u32Height / g_sampleVoModeMux.u32Square) * in SampleCommVoStartChnMipi()
1172 stChnAttr.stRect.u32Width = HI_ALIGN_DOWN(u32Width / g_sampleVoModeMux.u32Square, ALIGN_DOWN_SIZE); in SampleCommVoStartChnMipi()
1173 stChnAttr.stRect.u32Height = HI_ALIGN_DOWN(u32Height / g_sampleVoModeMux.u32Square, ALIGN_DOWN_SIZE); in SampleCommVoStartChnMipi()
1177 stChnAttr.stRect.s32X = HI_ALIGN_DOWN((u32Width / g_sampleVoModeMux.u32Col) * in SampleCommVoStartChnMipi()
1179 stChnAttr.stRect in SampleCommVoStartChnMipi()
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/vo/include/
H A Dhi_comm_vo.h42 RECT_S stRect; /* Rectangle of video output channel */ member
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/
H A Dhi_comm_video.h101 RECT_S stRect; member
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/common/
H A Dsample_comm_nnie.h192 SAMPLE_SVP_NNIE_RECT_ARRAY_S stRect; member
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/ive/sample/
H A Dsample_ive_kcf.c1576 pstSwParam->af32ScoreThr, HI_TRUE, &(pstSwParam->stRect), pstExtFrmInfo->stVFrame.u32Width, in SAMPLE_IVE_Rfcn_GetRect()
1675 SAMPLE_IVE_RectToRoiInfo(&pstSwParam->stRect, u32Width, u32Height, &s_stIveKcfInfo); in SAMPLE_IVE_Rfcn_Detect()
1955 SAMPLE_RECT_ARRAY_S stRect = { 0 }; in SAMPLE_IVE_KcfTracking() local
2036 SAMPLE_IVE_RectToPoint(astBbox, SAMPLE_IVE_KCF_MAX_BBOX, u32BboxNum, &stRect); in SAMPLE_IVE_KcfTracking()
2038 stRect.u16Num = 0; in SAMPLE_IVE_KcfTracking()
2041 s32Ret = SAMPLE_IVE_DispProcess(&pstQueueNode->stFrameInfo, &stRect); in SAMPLE_IVE_KcfTracking()
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/mpp_help/src/
H A Dosd_img.c495 stImageSize.u32Width = stChnAttr.stRect.u32Width; in OSD_Ratio2Absolute()
496 stImageSize.u32Height = stChnAttr.stRect.u32Height; in OSD_Ratio2Absolute()
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/nnie/sample/
H A Dsample_nnie.c1739 pstSwParam->af32ScoreThr, HI_TRUE, &(pstSwParam->stRect), pstExtFrmInfo->stVFrame.u32Width, in SAMPLE_SVP_NNIE_Rfcn_Proc_ViToVo()
1817 s32Ret = SAMPLE_COMM_SVP_NNIE_FillRect(&stBaseFrmInfo, &(pstSwParam->stRect), 0x0000FF00); in SAMPLE_SVP_NNIE_Rfcn_ViToVo()

Completed in 38 milliseconds