Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_vgs.cpp66 RK_S32 s32SrcHeight; member
133 videoFrameIn.u32Height = ctx->s32SrcHeight; in unit_test_vgs_generate_scale_task()
186 RK_S32 s32SrcHeight = ctx->s32SrcHeight; in unit_test_vgs_generate_rotation_task() local
189 videoFrameIn.u32Height = s32SrcHeight; in unit_test_vgs_generate_rotation_task()
201 videoFrameOut.u32Height = s32SrcHeight; in unit_test_vgs_generate_rotation_task()
203 videoFrameOut.u32Width = s32SrcHeight; in unit_test_vgs_generate_rotation_task()
249 videoFrameIn.u32Height = ctx->s32SrcHeight; in unit_test_vgs_generate_crop_task()
305 RK_S32 s32SrcHeight = ctx->s32SrcHeight; in unit_test_set_vgs_cover_array_info() local
310 pstVgsAddCover[i].stDstRect.s32Y = s32SrcHeight / u32Ratio[i]; in unit_test_set_vgs_cover_array_info()
312 pstVgsAddCover[i].stDstRect.u32Height = s32SrcHeight / u32Ratio[i]; in unit_test_set_vgs_cover_array_info()
[all …]
H A Dtest_mpi_vpss.cpp46 RK_PRINT("input height : %d\n", ctx->s32SrcHeight); in mpi_vpss_test_show_options()
114 OPT_INTEGER('h', "src_height", &(ctx.s32SrcHeight), in main()
168 || ctx.s32SrcHeight <= 0 in main()
/OK3568_Linux_fs/external/rockit/mpi/example/common/
H A Dtest_mod_vpss.cpp75 stPicBufAttr.u32Height = pstCtx->s32SrcHeight; in TEST_VPSS_CreatePool()
298 stPicBufAttr.u32Height = pstCtx->s32SrcHeight; in TEST_VPSS_ModSendFrame()
313 pstCtx->s32SrcWidth, pstCtx->s32SrcHeight, in TEST_VPSS_ModSendFrame()
/OK3568_Linux_fs/external/rockit/mpi/example/include/
H A Dtest_mod_vpss.h42 RK_S32 s32SrcHeight; member