Lines Matching refs:dst_height
1145 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()
1659 (params->dst_height_vir < params->dst_height) || in check_cap()
1662 params->dst_width, params->dst_height, in check_cap()
1687 (params->dst_width & 1) || (params->dst_height & 1)) { in check_cap()
1690 params->src_width, params->src_height, params->dst_width, params->dst_height); in check_cap()
1759 params->dst_height, params->dst_height_vir); in check_cap()