Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_rgn.cpp109 RK_S32 test_rgn_overlay_process(TEST_RGN_CTX_S *pstRgnCtx, MPP_CHN_S *pstMppChn) { in test_rgn_overlay_process() argument
123 for (RK_S32 i = 0; i < pstRgnCtx->s32RgnCount; i++) { in test_rgn_overlay_process()
125 stRgnAttr.unAttr.stOverlay.enPixelFmt = (PIXEL_FORMAT_E)pstRgnCtx->u32BmpFormat; in test_rgn_overlay_process()
126 stRgnAttr.unAttr.stOverlay.stSize.u32Width = pstRgnCtx->stRegion.u32Width; in test_rgn_overlay_process()
127 stRgnAttr.unAttr.stOverlay.stSize.u32Height = pstRgnCtx->stRegion.u32Height; in test_rgn_overlay_process()
128 stRgnAttr.unAttr.stOverlay.u32ClutNum = pstRgnCtx->u32ClutNum; in test_rgn_overlay_process()
129 if (pstRgnCtx->u32ClutNum) in test_rgn_overlay_process()
146 for (RK_S32 i = 0; i < pstRgnCtx->s32RgnCount; i++) { in test_rgn_overlay_process()
152 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()
[all …]