Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/example/common/
H A Dtest_comm_vpss.cpp122 VPSS_CROP_INFO_S stCropInfo; in TEST_VPSS_GrpSetZoom() local
124 s32Ret = RK_MPI_VPSS_GetGrpCrop(VpssGrp, &stCropInfo); in TEST_VPSS_GrpSetZoom()
130 stCropInfo.bEnable = bEnable; in TEST_VPSS_GrpSetZoom()
131 stCropInfo.enCropCoordinate = VPSS_CROP_RATIO_COOR; in TEST_VPSS_GrpSetZoom()
132 stCropInfo.stCropRect.s32X = 500 - u32Zoom / 2; in TEST_VPSS_GrpSetZoom()
133 stCropInfo.stCropRect.s32Y = 500 - u32Zoom / 2; in TEST_VPSS_GrpSetZoom()
134 stCropInfo.stCropRect.u32Width = u32Zoom; in TEST_VPSS_GrpSetZoom()
135 stCropInfo.stCropRect.u32Height = u32Zoom; in TEST_VPSS_GrpSetZoom()
136 s32Ret = RK_MPI_VPSS_SetGrpCrop(VpssGrp, &stCropInfo); in TEST_VPSS_GrpSetZoom()
147 VPSS_CROP_INFO_S stCropInfo; in TEST_VPSS_ChnSetZoom() local
[all …]
/OK3568_Linux_fs/external/rockit/mpi/sdk/include/
H A Drk_mpi_vi.h66 RK_S32 RK_MPI_VI_GetEptz(VI_PIPE ViPipe, VI_CHN ViChn, VI_CROP_INFO_S *stCropInfo);
67 RK_S32 RK_MPI_VI_SetEptz(VI_PIPE ViPipe, VI_CHN ViChn, VI_CROP_INFO_S stCropInfo);
/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_vgs.cpp91 VGS_CROP_INFO_S stCropInfo; member
598 VGS_CROP_INFO_S *pstCropInfo = &(taskCtx->stCropInfo); in unit_test_vgs_add_one_task()
H A Dtest_mpi_vi.cpp160 VPSS_CROP_INFO_S stCropInfo; in create_vpss() local