Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_vgs.cpp67 RK_S32 s32SrcVirWidth; member
134 videoFrameIn.u32VirWidth = ctx->s32SrcVirWidth; in unit_test_vgs_generate_scale_task()
190 videoFrameIn.u32VirWidth = ctx->s32SrcVirWidth; in unit_test_vgs_generate_rotation_task()
250 videoFrameIn.u32VirWidth = ctx->s32SrcVirWidth; in unit_test_vgs_generate_crop_task()
335 videoFrameOut.u32VirWidth = ctx->s32SrcVirWidth; in unit_test_vgs_generate_cover_task_array()
410 videoFrameOut.u32VirWidth = ctx->s32SrcVirWidth; in unit_test_vgs_generate_osd_task_array()
459 videoFrameOut.u32VirWidth = ctx->s32SrcVirWidth; in unit_test_vgs_generate_drawline_task_array()
505 videoFrameOut.u32VirWidth = ctx->s32SrcVirWidth; in unit_test_vgs_generate_mosaic_task_array()
794 if (ctx->s32SrcVirWidth == 0) { in unit_test_vgs_get_size()
795 ctx->s32SrcVirWidth = ctx->s32SrcWidth; in unit_test_vgs_get_size()
[all …]
H A Dtest_mpi_vpss.cpp47 RK_PRINT("input virtual width : %d\n", ctx->s32SrcVirWidth); in mpi_vpss_test_show_options()
116 OPT_INTEGER('\0', "src_vir_width", &(ctx.s32SrcVirWidth), in main()
/OK3568_Linux_fs/external/rockit/mpi/example/include/
H A Dtest_mod_vpss.h43 RK_S32 s32SrcVirWidth; member
/OK3568_Linux_fs/external/rockit/mpi/example/common/
H A Dtest_mod_vpss.cpp314 RK_MPI_CAL_COMM_GetHorStride(pstCtx->s32SrcVirWidth, in TEST_VPSS_ModSendFrame()