Home
last modified time | relevance | path

Searched refs:stCropRect (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/rockit/mpi/example/common/
H A Dtest_comm_vpss.cpp132 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()
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/mod/
H A Dtest_mpi_vgs.cpp79 RECT_S stCropRect; member
287 pstCropInfo->stCropRect.s32X = ctx->stCropRect.s32X; in unit_test_vgs_generate_crop_task()
288 pstCropInfo->stCropRect.s32Y = ctx->stCropRect.s32Y; in unit_test_vgs_generate_crop_task()
289 pstCropInfo->stCropRect.u32Width = ctx->stCropRect.u32Width; in unit_test_vgs_generate_crop_task()
290 pstCropInfo->stCropRect.u32Height = ctx->stCropRect.u32Height; in unit_test_vgs_generate_crop_task()
995 RK_PRINT("crop x : %d\n", ctx->stCropRect.s32X); in mpi_vgs_test_show_options()
996 RK_PRINT("crop y : %d\n", ctx->stCropRect.s32Y); in mpi_vgs_test_show_options()
997 RK_PRINT("crop w : %d\n", ctx->stCropRect.u32Width); in mpi_vgs_test_show_options()
998 RK_PRINT("crop h : %d\n", ctx->stCropRect.u32Height); in mpi_vgs_test_show_options()
1069 OPT_INTEGER('\0', "crop_x", &(ctx.stCropRect.s32X), in main()
[all …]
H A Dtest_mpi_venc.cpp374 stParam.stCropCfg.stCropRect.s32X = 100; in venc_send_frame()
375 stParam.stCropCfg.stCropRect.s32Y = 100; in venc_send_frame()
376 stParam.stCropCfg.stCropRect.u32Height = 400; in venc_send_frame()
377 stParam.stCropCfg.stCropRect.u32Width = 300; in venc_send_frame()
570 stParam.stCropCfg.stCropRect.s32X = 10; in unit_test_mpi_venc()
571 stParam.stCropCfg.stCropRect.s32Y = 10; in unit_test_mpi_venc()
572 stParam.stCropCfg.stCropRect.u32Height = 100; in unit_test_mpi_venc()
573 stParam.stCropCfg.stCropRect.u32Width = 100; in unit_test_mpi_venc()
/OK3568_Linux_fs/external/rockit/mpi/sdk/include/
H A Drk_comm_vgs.h119 RECT_S stCropRect; /* CROP rectangular. */ member
H A Drk_comm_vpss.h88 RECT_S stCropRect; /* CROP rectangular. */ member
H A Drk_comm_vi.h239 RECT_S stCropRect; member
H A Drk_comm_venc.h838 RECT_S stCropRect; /* RW; Crop region, note: x/w/h must be multi of 2*/ member