Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_rgn.cpp317 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()
326 stCoverChnAttr.unChnAttr.stCoverChn.stQuadRangle.stPoint[0].s32Y = in test_rgn_cover_process()
328 stCoverChnAttr.unChnAttr.stCoverChn.stQuadRangle.stPoint[1].s32X = in test_rgn_cover_process()
330 stCoverChnAttr.unChnAttr.stCoverChn.stQuadRangle.stPoint[1].s32Y = in test_rgn_cover_process()
332 stCoverChnAttr.unChnAttr.stCoverChn.stQuadRangle.stPoint[2].s32X = in test_rgn_cover_process()
[all …]
H A Dtest_mpi_vi.cpp435 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()
453 stCoverChnAttr.unChnAttr.stCoverChn.stRect.s32X = 128 * i; in create_rgn()
454 stCoverChnAttr.unChnAttr.stCoverChn.stRect.s32Y = 128 * i; in create_rgn()
455 stCoverChnAttr.unChnAttr.stCoverChn.stRect.u32Width = 128; in create_rgn()
[all …]
/OK3568_Linux_fs/external/rockit/mpi/example/common/
H A Dtest_comm_rgn.cpp97 memcpy(&(stRgnChnAttr.unChnAttr.stCoverChn), pstCoverAttr, sizeof(COVER_CHN_ATTR_S)); in TEST_RGN_CreateCoverAndAttach()
216 stChnAttr.unChnAttr.stCoverChn.stRect.s32X = s32X; in TEST_RGN_ChangePosition()
217 stChnAttr.unChnAttr.stCoverChn.stRect.s32Y = s32Y; in TEST_RGN_ChangePosition()
312 stChnAttr.unChnAttr.stCoverChn.u32Color = u32Color; in TEST_RGN_ChangeColor()
/OK3568_Linux_fs/external/rockit/mpi/sdk/include/
H A Drk_comm_rgn.h186 COVER_CHN_ATTR_S stCoverChn; /* attribute of cover region */ member