Home
last modified time | relevance | path

Searched refs:u32Zoom (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rockit/mpi/example/common/
H A Dtest_comm_vpss.cpp120 RK_S32 TEST_VPSS_GrpSetZoom(VPSS_GRP VpssGrp, RK_U32 u32Zoom, RK_BOOL bEnable) { in TEST_VPSS_GrpSetZoom() argument
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()
145 RK_S32 TEST_VPSS_ChnSetZoom(VPSS_GRP VpssGrp, VPSS_CHN VpssChn, RK_U32 u32Zoom, RK_BOOL bEnable) { in TEST_VPSS_ChnSetZoom() argument
157 stCropInfo.stCropRect.s32X = 500 - u32Zoom / 2; in TEST_VPSS_ChnSetZoom()
158 stCropInfo.stCropRect.s32Y = 500 - u32Zoom / 2; in TEST_VPSS_ChnSetZoom()
159 stCropInfo.stCropRect.u32Width = u32Zoom; in TEST_VPSS_ChnSetZoom()
160 stCropInfo.stCropRect.u32Height = u32Zoom; in TEST_VPSS_ChnSetZoom()
/OK3568_Linux_fs/external/rockit/mpi/example/include/
H A Dtest_comm_vpss.h43 RK_S32 TEST_VPSS_GrpSetZoom(VPSS_GRP VpssGrp, RK_U32 u32Zoom, RK_BOOL bEnable);
44 RK_S32 TEST_VPSS_ChnSetZoom(VPSS_GRP VpssGrp, VPSS_CHN VpssChn, RK_U32 u32Zoom, RK_BOOL bEnable);