Home
last modified time | relevance | path

Searched refs:dst_height_vir (Results 1 – 5 of 5) sorted by relevance

/rockchip-linux_mpp/mpp/vproc/vdpp/test/
H A Dvdpp_test.c39 RK_U32 dst_height_vir; member
225 size_t dstfrmsize = get_dst_frm_size(cfg->dst_fmt, cfg->dst_width_vir, cfg->dst_height_vir); in vdpp_test()
273 cfg->dst_width, cfg->dst_height, cfg->dst_width_vir, cfg->dst_height_vir, dstfrmsize); in vdpp_test()
321 params.param.com2.dst_height_vir = cfg->dst_height_vir; in vdpp_test()
363 vdpp_test_set_img(vdpp, cfg->dst_width_vir, cfg->dst_height_vir, in vdpp_test()
518 cfg.dst_height_vir = atoi(optarg); in main()
625 if (!cfg.dst_height_vir) in main()
626 cfg.dst_height_vir = MPP_ALIGN(cfg.dst_height, 2); in main()
/rockchip-linux_mpp/mpp/vproc/vdpp/
H A Dvdpp2.c1532 if (!ctx->params.dst_height_vir) in vdpp2_set_param()
1533 ctx->params.dst_height_vir = MPP_ALIGN(ctx->params.dst_height, 2); in vdpp2_set_param()
1577 ctx->params.dst_height_vir = param->com2.dst_height_vir; in vdpp2_set_param()
1653 if ((params->dst_height_vir > VDPP2_VEP_MAX_HEIGHT) || in check_cap()
1657 (params->dst_height_vir < VDPP2_MODE_MIN_HEIGH) || in check_cap()
1659 (params->dst_height_vir < params->dst_height) || in check_cap()
1663 params->dst_width_vir, params->dst_height_vir); in check_cap()
1680 if (params->dst_height_vir & 0x1) { in check_cap()
1682 VDPP2_DBG(VDPP2_DBG_CHECK, "vep unsupported dst img_h_vir %d\n", params->dst_height_vir); in check_cap()
1759 params->dst_height, params->dst_height_vir); in check_cap()
H A Dvdpp2.h202 RK_U32 dst_height_vir; member
H A Dhwpq_vdpp_proc.c730 params.param.com2.dst_height_vir = p_proc_param->dst_img_info.img_yrgb.h_vir; in hwpq_vdpp_common_config()
746 params.param.com2.dst_width_vir, params.param.com2.dst_height_vir); in hwpq_vdpp_common_config()
/rockchip-linux_mpp/mpp/vproc/inc/
H A Dvdpp_api.h172 RK_U32 dst_height_vir; member