Searched refs:stCropInfo (Results 1 – 4 of 4) sorted by relevance
122 VPSS_CROP_INFO_S stCropInfo; in TEST_VPSS_GrpSetZoom() local124 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 …]
66 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);
91 VGS_CROP_INFO_S stCropInfo; member598 VGS_CROP_INFO_S *pstCropInfo = &(taskCtx->stCropInfo); in unit_test_vgs_add_one_task()
160 VPSS_CROP_INFO_S stCropInfo; in create_vpss() local