Lines Matching refs:dst_c_width
1164 …RK_U32 dst_right_redundant_c = src_params->dst_c_width % 16 == 0 ? 0 : 16 - src_params->dst_c_widt… in vdpp2_params_to_reg()
1169 …dst_reg->common.reg16.sw_vdpp_dst_pic_width_c = src_params->dst_c_width + dst_right_redundant_c - … in vdpp2_params_to_reg()
1187 zme_params->dst_c_width = src_params->dst_c_width; in vdpp2_params_to_reg()
1535 if (!ctx->params.dst_c_width) in vdpp2_set_param()
1536 ctx->params.dst_c_width = ctx->params.dst_width; in vdpp2_set_param()
1538 ctx->params.dst_c_width_vir = MPP_ALIGN(ctx->params.dst_c_width, 16); in vdpp2_set_param()
1579 ctx->params.dst_c_width = param->com2.dst_c_width; in vdpp2_set_param()
1698 (params->dst_c_width < VDPP2_MODE_MIN_WIDTH) || in check_cap()
1702 (params->dst_c_width_vir < params->dst_c_width)) { 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()