Home
last modified time | relevance | path

Searched refs:dst_height (Results 1 – 9 of 9) sorted by relevance

/rockchip-linux_mpp/mpp/vproc/vdpp/
H A Dvdpp.c83 dst_reg->common.reg15.sw_vdpp_dst_pic_height = src_params->dst_height - 1; in vdpp_params_to_reg()
106 zme_params->dst_height = src_params->dst_height; in vdpp_params_to_reg()
159 param->dst_height = 1080; in vdpp_set_default_param()
241 ctx->params.dst_height = param->com.dst_height; in vdpp_set_param()
288 if ((params->dst_height < VDPP_MODE_MIN_HEIGHT) || in check_cap()
291 params->dst_height, params->dst_width); in check_cap()
296 (params->dst_width & 1) || (params->dst_height & 1)) { in check_cap()
299 params->src_width, params->src_height, params->dst_width, params->dst_height); in check_cap()
H A Dvdpp.h32 RK_U32 dst_height; member
H A Dvdpp2.c1145 dst_reg->common.reg15.sw_vdpp_dst_pic_height = src_params->dst_height - 1; in vdpp2_params_to_reg()
1184 zme_params->dst_height = src_params->dst_height; in vdpp2_params_to_reg()
1418 param->dst_height = 1080; in vdpp2_set_default_param()
1516 ctx->params.dst_height = param->com.dst_height; in vdpp2_set_param()
1528 if (!ctx->params.dst_height) in vdpp2_set_param()
1529 ctx->params.dst_height = ctx->params.src_height; in vdpp2_set_param()
1533 ctx->params.dst_height_vir = MPP_ALIGN(ctx->params.dst_height, 2); in vdpp2_set_param()
1540 ctx->params.dst_c_height = ctx->params.dst_height; in vdpp2_set_param()
1575 ctx->params.dst_height = param->com2.dst_height; in vdpp2_set_param()
1655 (params->dst_height < VDPP2_MODE_MIN_HEIGH) || in check_cap()
[all …]
H A Dvdpp_common.c793 yrgb_scl_info.dsp_height = zme_params->dst_height; in set_zme_to_vdpp_reg()
809 cbcr_scl_info.dsp_height = zme_params->dst_height; in set_zme_to_vdpp_reg()
817 cbcr_scl_info.dsp_height = zme_params->dst_height / 2; in set_zme_to_vdpp_reg()
H A Dvdpp2.h200 RK_U32 dst_height; member
H A Dhwpq_vdpp_proc.c728 params.param.com2.dst_height = p_proc_param->dst_img_info.img_yrgb.h_vld; in hwpq_vdpp_common_config()
745 …wpq_vdpp_info("dst-res: %d-%d %d-%d\n", params.param.com2.dst_width, params.param.com2.dst_height, in hwpq_vdpp_common_config()
756 params.param.com.dst_height = p_proc_param->dst_img_info.img_yrgb.h_vld; in hwpq_vdpp_common_config()
H A Dvdpp_common.h248 RK_U32 dst_height; member
/rockchip-linux_mpp/mpp/vproc/vdpp/test/
H A Dvdpp_test.c37 RK_U32 dst_height; member
273 cfg->dst_width, cfg->dst_height, cfg->dst_width_vir, cfg->dst_height_vir, dstfrmsize); in vdpp_test()
319 params.param.com2.dst_height = cfg->dst_height; in vdpp_test()
341 params.param.com.dst_height = cfg->dst_height; in vdpp_test()
580 cfg.dst_height = atoi(optarg); in main()
621 if (!cfg.dst_height) in main()
622 cfg.dst_height = cfg.src_height; in main()
626 cfg.dst_height_vir = MPP_ALIGN(cfg.dst_height, 2); in main()
633 cfg.dst_c_height = cfg.dst_height; in main()
/rockchip-linux_mpp/mpp/vproc/inc/
H A Dvdpp_api.h122 RK_S32 dst_height; member
170 RK_U32 dst_height; member