Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/example/common/
H A Dtest_comm_avs.cpp604 pstAvsGrpAttr->stOutAttr.stCenter.s32X = pstCtx->stCenter.s32X; in TEST_AVS_InitAttr_Blend_Lut()
605 pstAvsGrpAttr->stOutAttr.stCenter.s32Y = pstCtx->stCenter.s32Y; in TEST_AVS_InitAttr_Blend_Lut()
658 pstAvsGrpAttr->stOutAttr.stCenter.s32X = pstCtx->stCenter.s32X; in TEST_AVS_InitAttr_Blend_Calib()
659 pstAvsGrpAttr->stOutAttr.stCenter.s32Y = pstCtx->stCenter.s32Y; in TEST_AVS_InitAttr_Blend_Calib()
933 tmpGrpAttr.stOutAttr.stCenter.s32X = pstCtx->stCenter.s32X; in TEST_AVS_ComGrpChnSetScale()
934 tmpGrpAttr.stOutAttr.stCenter.s32Y = pstCtx->stCenter.s32Y; in TEST_AVS_ComGrpChnSetScale()
936 tmpGrpAttr.stOutAttr.stCenter.s32X, tmpGrpAttr.stOutAttr.stCenter.s32Y); in TEST_AVS_ComGrpChnSetScale()
/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_avs.cpp734 RK_PRINT("center x : %d\n", ctx->stCenter.s32X); in mpi_avs_test_show_options()
735 RK_PRINT("center x : %d\n", ctx->stCenter.s32Y); in mpi_avs_test_show_options()
839 OPT_INTEGER('\0', "center_x", &(ctx.stCenter.s32X), in main()
841 OPT_INTEGER('\0', "center_y", &(ctx.stCenter.s32Y), in main()
/OK3568_Linux_fs/external/rockit/mpi/sdk/include/
H A Drk_comm_avs.h152 POINT_S stCenter; /* Center point. */ member
/OK3568_Linux_fs/external/rockit/mpi/example/include/
H A Dtest_comm_avs.h95 POINT_S stCenter; member