Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/sdk/include/
H A Drk_comm_vi.h119 SIZE_S stSize; /* RO;chn output size */ member
183 SIZE_S stSize; /* RW;Channel out put size */ member
204 SIZE_S stSize; /* RO;chn output size */ member
H A Drk_comm_avs.h147 SIZE_S stSize; /* Source resolution */ member
158 SIZE_S stSize; /* Mesh resolution */ member
H A Drk_comm_rgn.h95 SIZE_S stSize; member
207 SIZE_S stSize; member
H A Drk_comm_pvs.h57 PVS_SIZE_S stSize; member
/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_vi.cpp404 ctx->stViRgn.stRgnAttr.unAttr.stOverlay.stSize.u32Width = 128; in create_rgn()
405 ctx->stViRgn.stRgnAttr.unAttr.stOverlay.stSize.u32Height = 128; in create_rgn()
634 ctx->stChnAttr.stSize.u32Width = ctx->width; in test_vi_init()
635 ctx->stChnAttr.stSize.u32Height = ctx->height; in test_vi_init()
1112 ctx->stChnStatus.stSize.u32Width, in test_vi_get_release_frame_loop()
1113 ctx->stChnStatus.stSize.u32Height, in test_vi_get_release_frame_loop()
1236 pstViCtx[i]->stChnAttr.stSize.u32Width = 2688; in test_vi_muti_vi_loop()
1237 pstViCtx[i]->stChnAttr.stSize.u32Height = 1520; in test_vi_muti_vi_loop()
1239 pstViCtx[i]->stChnAttr.stSize.u32Width = 2560; in test_vi_muti_vi_loop()
1240 pstViCtx[i]->stChnAttr.stSize.u32Height = 1520; in test_vi_muti_vi_loop()
[all …]
H A Dtest_mpi_all.cpp461 stChnAttr.stSize.u32Width = ctx->u32SrcWidth1; in create_vi()
462 stChnAttr.stSize.u32Height = ctx->u32SrcHeight1; in create_vi()
463 stChnAttr.stSize.u32Width = ctx->u32SrcWidth1; in create_vi()
464 stChnAttr.stSize.u32Height = ctx->u32SrcHeight1; in create_vi()
H A Dtest_mpi_rgn.cpp126 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()
/OK3568_Linux_fs/external/rockit/mpi/example/common/
H A Dtest_comm_rgn.cpp47 stRgnAttr.unAttr.stOverlay.stSize.u32Width = u32Width; in TEST_RGN_CreateOverlayAndAttach()
48 stRgnAttr.unAttr.stOverlay.stSize.u32Height = u32Height; in TEST_RGN_CreateOverlayAndAttach()
H A Dtest_comm_avs.cpp562 pstAvsGrpAttr->stOutAttr.stSize.u32Width = pstCtx->u32GrpWidth; in TEST_AVS_InitAttr()
563 pstAvsGrpAttr->stOutAttr.stSize.u32Height = pstCtx->u32GrpHeight; in TEST_AVS_InitAttr()
566 pstAvsGrpAttr->stInAttr.stSize.u32Width = pstCtx->u32SrcWidth; in TEST_AVS_InitAttr()
567 pstAvsGrpAttr->stInAttr.stSize.u32Height = pstCtx->u32SrcHeight; in TEST_AVS_InitAttr()