Lines Matching refs:dst_width
1129 …RK_U32 dst_right_redundant = src_params->dst_width % 16 == 0 ? 0 : 16 - src_params->dst_width % 16; in vdpp2_params_to_reg()
1143 … dst_reg->common.reg15.sw_vdpp_dst_pic_width = src_params->dst_width + dst_right_redundant - 1; in vdpp2_params_to_reg()
1183 zme_params->dst_width = src_params->dst_width; in vdpp2_params_to_reg()
1417 param->dst_width = 1920; in vdpp2_set_default_param()
1515 ctx->params.dst_width = param->com.dst_width; in vdpp2_set_param()
1526 if (!ctx->params.dst_width) in vdpp2_set_param()
1527 ctx->params.dst_width = ctx->params.src_width; in vdpp2_set_param()
1531 ctx->params.dst_width_vir = MPP_ALIGN(ctx->params.dst_width, 16); in vdpp2_set_param()
1536 ctx->params.dst_c_width = ctx->params.dst_width; in vdpp2_set_param()
1574 ctx->params.dst_width = param->com2.dst_width; in vdpp2_set_param()
1656 (params->dst_width < VDPP2_MODE_MIN_WIDTH) || in check_cap()
1660 (params->dst_width_vir < params->dst_width)) { 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()
1758 params->dst_width, params->dst_width_vir, in check_cap()