Searched refs:s32SrcHeight (Results 1 – 4 of 4) sorted by relevance
66 RK_S32 s32SrcHeight; member133 videoFrameIn.u32Height = ctx->s32SrcHeight; in unit_test_vgs_generate_scale_task()186 RK_S32 s32SrcHeight = ctx->s32SrcHeight; in unit_test_vgs_generate_rotation_task() local189 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() local310 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 …]
46 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()
75 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()
42 RK_S32 s32SrcHeight; member