Home
last modified time | relevance | path

Searched refs:stOverlayChn (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/rockit/mpi/example/common/
H A Dtest_comm_rgn.cpp60 stRgnChnAttr.unChnAttr.stOverlayChn.stPoint.s32X = 0; in TEST_RGN_CreateOverlayAndAttach()
61 stRgnChnAttr.unChnAttr.stOverlayChn.stPoint.s32Y = 0; in TEST_RGN_CreateOverlayAndAttach()
62 stRgnChnAttr.unChnAttr.stOverlayChn.u32BgAlpha = 0; in TEST_RGN_CreateOverlayAndAttach()
63 stRgnChnAttr.unChnAttr.stOverlayChn.u32FgAlpha = 255; in TEST_RGN_CreateOverlayAndAttach()
64 stRgnChnAttr.unChnAttr.stOverlayChn.u32Layer = i; in TEST_RGN_CreateOverlayAndAttach()
212 stChnAttr.unChnAttr.stOverlayChn.stPoint.s32X = s32X; in TEST_RGN_ChangePosition()
213 stChnAttr.unChnAttr.stOverlayChn.stPoint.s32Y = s32Y; in TEST_RGN_ChangePosition()
284 stChnAttr.unChnAttr.stOverlayChn.u32FgAlpha = u32FgAlpha; in TEST_RGN_ChangeAlpha()
285 stChnAttr.unChnAttr.stOverlayChn.u32BgAlpha = u32BgAlpha; in TEST_RGN_ChangeAlpha()
/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_rgn.cpp152 stRgnChnAttr.unChnAttr.stOverlayChn.stPoint.s32X = pstRgnCtx->stRegion.s32X + 48 * i; in test_rgn_overlay_process()
153 stRgnChnAttr.unChnAttr.stOverlayChn.stPoint.s32Y = pstRgnCtx->stRegion.s32Y + 48 * i; in test_rgn_overlay_process()
154 stRgnChnAttr.unChnAttr.stOverlayChn.u32BgAlpha = 0; in test_rgn_overlay_process()
155 stRgnChnAttr.unChnAttr.stOverlayChn.u32FgAlpha = 255; in test_rgn_overlay_process()
156 stRgnChnAttr.unChnAttr.stOverlayChn.u32Layer = i; in test_rgn_overlay_process()
157 stRgnChnAttr.unChnAttr.stOverlayChn.stQpInfo.bEnable = pstRgnCtx->bRgnQp; in test_rgn_overlay_process()
158 stRgnChnAttr.unChnAttr.stOverlayChn.stQpInfo.bForceIntra = RK_TRUE; in test_rgn_overlay_process()
159 stRgnChnAttr.unChnAttr.stOverlayChn.stQpInfo.bAbsQp = RK_FALSE; in test_rgn_overlay_process()
160 stRgnChnAttr.unChnAttr.stOverlayChn.stQpInfo.s32Qp = -10 * (i + 1); in test_rgn_overlay_process()
/OK3568_Linux_fs/external/rockit/mpi/sdk/include/
H A Drk_comm_rgn.h185 OVERLAY_CHN_ATTR_S stOverlayChn; /* attribute of overlay region */ member