Lines Matching refs:dst_width_vir
1134 dst_reg->common.reg13.sw_vdpp_dst_vir_y_stride = src_params->dst_width_vir / 4; in vdpp2_params_to_reg()
1530 if (!ctx->params.dst_width_vir) in vdpp2_set_param()
1531 ctx->params.dst_width_vir = MPP_ALIGN(ctx->params.dst_width, 16); in vdpp2_set_param()
1576 ctx->params.dst_width_vir = param->com2.dst_width_vir; in vdpp2_set_param()
1654 (params->dst_width_vir > VDPP2_VEP_MAX_WIDTH) || in check_cap()
1658 (params->dst_width_vir < VDPP2_MODE_MIN_WIDTH) || in check_cap()
1660 (params->dst_width_vir < params->dst_width)) { in check_cap()
1663 params->dst_width_vir, params->dst_height_vir); in check_cap()
1667 if ((params->src_width_vir & 0xf) || (params->dst_width_vir & 0xf)) { in check_cap()
1670 params->src_width_vir, params->dst_width_vir); in check_cap()
1758 params->dst_width, params->dst_width_vir, in check_cap()