Lines Matching refs:dst_c_height
1171 dst_reg->common.reg16.sw_vdpp_dst_pic_height_c = src_params->dst_c_height - 1; in vdpp2_params_to_reg()
1188 zme_params->dst_c_height = src_params->dst_c_height; in vdpp2_params_to_reg()
1539 if (!ctx->params.dst_c_height) in vdpp2_set_param()
1540 ctx->params.dst_c_height = ctx->params.dst_height; in vdpp2_set_param()
1542 ctx->params.dst_c_height_vir = MPP_ALIGN(ctx->params.dst_c_height, 2); in vdpp2_set_param()
1580 ctx->params.dst_c_height = param->com2.dst_c_height; in vdpp2_set_param()
1697 (params->dst_c_height < VDPP2_MODE_MIN_HEIGH) || in check_cap()
1701 (params->dst_c_height_vir < params->dst_c_height) || in check_cap()
1704 params->dst_c_width, params->dst_c_height, in check_cap()
1721 if ((params->dst_c_width & 1) || (params->dst_c_height & 1)) { in check_cap()
1724 params->dst_c_width, params->dst_c_height); in check_cap()