Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_vgs.cpp68 RK_S32 s32SrcVirHeight; member
135 videoFrameIn.u32VirHeight = ctx->s32SrcVirHeight; in unit_test_vgs_generate_scale_task()
191 videoFrameIn.u32VirHeight = ctx->s32SrcVirHeight; in unit_test_vgs_generate_rotation_task()
251 videoFrameIn.u32VirHeight = ctx->s32SrcVirHeight; in unit_test_vgs_generate_crop_task()
336 videoFrameOut.u32VirHeight = ctx->s32SrcVirHeight; in unit_test_vgs_generate_cover_task_array()
411 videoFrameOut.u32VirHeight = ctx->s32SrcVirHeight; in unit_test_vgs_generate_osd_task_array()
460 videoFrameOut.u32VirHeight = ctx->s32SrcVirHeight; in unit_test_vgs_generate_drawline_task_array()
506 videoFrameOut.u32VirHeight = ctx->s32SrcVirHeight; in unit_test_vgs_generate_mosaic_task_array()
797 if (ctx->s32SrcVirHeight == 0) { in unit_test_vgs_get_size()
798 ctx->s32SrcVirHeight = ctx->s32SrcHeight; in unit_test_vgs_get_size()
[all …]
H A Dtest_mpi_vpss.cpp48 RK_PRINT("input virtual height : %d\n", ctx->s32SrcVirHeight); in mpi_vpss_test_show_options()
118 OPT_INTEGER('\0', "src_vir_height", &(ctx.s32SrcVirHeight), in main()
/OK3568_Linux_fs/external/rockit/mpi/example/include/
H A Dtest_mod_vpss.h44 RK_S32 s32SrcVirHeight; member
/OK3568_Linux_fs/external/rockit/mpi/example/common/
H A Dtest_mod_vpss.cpp316 pstCtx->s32SrcVirHeight, in TEST_VPSS_ModSendFrame()