Searched refs:stCoverChnAttr (Results 1 – 2 of 2) sorted by relevance
301 RGN_CHN_ATTR_S stCoverChnAttr; in test_rgn_cover_process() local304 memset(&stCoverChnAttr, 0, sizeof(RGN_CHN_ATTR_S)); in test_rgn_cover_process()315 stCoverChnAttr.bShow = RK_TRUE; in test_rgn_cover_process()316 stCoverChnAttr.enType = COVER_RGN; in test_rgn_cover_process()317 stCoverChnAttr.unChnAttr.stCoverChn.enCoverType = (RGN_COVER_TYPE_E)pstRgnCtx->u32CoverType; in test_rgn_cover_process()319 stCoverChnAttr.unChnAttr.stCoverChn.stRect.s32X = pstRgnCtx->stRegion.s32X; in test_rgn_cover_process()320 stCoverChnAttr.unChnAttr.stCoverChn.stRect.s32Y = pstRgnCtx->stRegion.s32Y; in test_rgn_cover_process()321 stCoverChnAttr.unChnAttr.stCoverChn.stRect.u32Width = pstRgnCtx->stRegion.u32Width; in test_rgn_cover_process()322 stCoverChnAttr.unChnAttr.stCoverChn.stRect.u32Height = pstRgnCtx->stRegion.u32Height; in test_rgn_cover_process()324 stCoverChnAttr.unChnAttr.stCoverChn.stQuadRangle.stPoint[0].s32X = in test_rgn_cover_process()[all …]
432 RGN_CHN_ATTR_S stCoverChnAttr; in create_rgn() local433 stCoverChnAttr.bShow = RK_TRUE; in create_rgn()434 stCoverChnAttr.enType = COVER_RGN; in create_rgn()435 stCoverChnAttr.unChnAttr.stCoverChn.stRect.s32X = 128 * i; in create_rgn()436 stCoverChnAttr.unChnAttr.stCoverChn.stRect.s32Y = 128 * i; in create_rgn()437 stCoverChnAttr.unChnAttr.stCoverChn.stRect.u32Width = 128; in create_rgn()438 stCoverChnAttr.unChnAttr.stCoverChn.stRect.u32Height = 128; in create_rgn()439 stCoverChnAttr.unChnAttr.stCoverChn.u32Color = 0xffffff; // white in create_rgn()440 stCoverChnAttr.unChnAttr.stCoverChn.enCoordinate = RGN_ABS_COOR; in create_rgn()441 stCoverChnAttr.unChnAttr.stCoverChn.u32Layer = i; in create_rgn()[all …]