Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_vi.cpp478 stMoscaiChnAttr.unChnAttr.stMosaicChn.stRect.s32X = 128 * i; in create_rgn()
479 stMoscaiChnAttr.unChnAttr.stMosaicChn.stRect.s32Y = 128 * i; in create_rgn()
480 stMoscaiChnAttr.unChnAttr.stMosaicChn.stRect.u32Width = 128; in create_rgn()
481 stMoscaiChnAttr.unChnAttr.stMosaicChn.stRect.u32Height = 128; in create_rgn()
482 stMoscaiChnAttr.unChnAttr.stMosaicChn.enBlkSize = MOSAIC_BLK_SIZE_8; in create_rgn()
483 stMoscaiChnAttr.unChnAttr.stMosaicChn.u32Layer = i; in create_rgn()
496 stMoscaiChnAttr.unChnAttr.stMosaicChn.stRect.s32X = 128 * i; in create_rgn()
497 stMoscaiChnAttr.unChnAttr.stMosaicChn.stRect.s32Y = 128 * i; in create_rgn()
498 stMoscaiChnAttr.unChnAttr.stMosaicChn.stRect.u32Width = 128; in create_rgn()
499 stMoscaiChnAttr.unChnAttr.stMosaicChn.stRect.u32Height = 128; in create_rgn()
[all …]
H A Dtest_mpi_rgn.cpp441 stChnAttr.unChnAttr.stMosaicChn.stRect.s32X = pstRgnCtx->stRegion.s32X; in test_rgn_mosaic_process()
442 stChnAttr.unChnAttr.stMosaicChn.stRect.s32Y = pstRgnCtx->stRegion.s32Y; in test_rgn_mosaic_process()
443 stChnAttr.unChnAttr.stMosaicChn.stRect.u32Width = pstRgnCtx->stRegion.u32Width; in test_rgn_mosaic_process()
444 stChnAttr.unChnAttr.stMosaicChn.stRect.u32Height = pstRgnCtx->stRegion.u32Height; in test_rgn_mosaic_process()
445 stChnAttr.unChnAttr.stMosaicChn.enBlkSize = MOSAIC_BLK_SIZE_8; in test_rgn_mosaic_process()
446 stChnAttr.unChnAttr.stMosaicChn.u32Layer = i; in test_rgn_mosaic_process()
471 stChnAttr.unChnAttr.stMosaicChn.enBlkSize); in test_rgn_mosaic_process()
/OK3568_Linux_fs/external/rockit/mpi/example/common/
H A Dtest_comm_rgn.cpp130 memcpy(&(stRgnChnAttr.unChnAttr.stMosaicChn), pstMosaicAttr, sizeof(MOSAIC_CHN_ATTR_S)); in TEST_RGN_CreateMosaicAndAttach()
220 stChnAttr.unChnAttr.stMosaicChn.stRect.s32X = s32X; in TEST_RGN_ChangePosition()
221 stChnAttr.unChnAttr.stMosaicChn.stRect.s32Y = s32Y; in TEST_RGN_ChangePosition()
/OK3568_Linux_fs/external/rockit/mpi/sdk/include/
H A Drk_comm_rgn.h187 MOSAIC_CHN_ATTR_S stMosaicChn; /* attribute of mosaic region */ member