Searched refs:dst_width (Results 1 – 9 of 9) sorted by relevance
| /rockchip-linux_mpp/mpp/vproc/vdpp/ |
| H A D | vdpp.c | 67 …RK_U32 dst_right_redundant = src_params->dst_width % 16 == 0 ? 0 : 16 - src_params->dst_width % 16; in vdpp_params_to_reg() 72 …dst_reg->common.reg13.sw_vdpp_dst_vir_y_stride = (src_params->dst_width + dst_right_redundant + 3)… in vdpp_params_to_reg() 81 … dst_reg->common.reg15.sw_vdpp_dst_pic_width = src_params->dst_width + dst_right_redundant - 1; in vdpp_params_to_reg() 105 zme_params->dst_width = src_params->dst_width; in vdpp_params_to_reg() 158 param->dst_width = 1920; in vdpp_set_default_param() 240 ctx->params.dst_width = param->com.dst_width; in vdpp_set_param() 289 (params->dst_width < VDPP_MODE_MIN_WIDTH)) { in check_cap() 291 params->dst_height, params->dst_width); in check_cap() 296 (params->dst_width & 1) || (params->dst_height & 1)) { in check_cap() 299 params->src_width, params->src_height, params->dst_width, params->dst_height); in check_cap()
|
| H A D | vdpp.h | 31 RK_U32 dst_width; member
|
| H A D | vdpp2.c | 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() [all …]
|
| H A D | vdpp_common.c | 792 yrgb_scl_info.dsp_width = zme_params->dst_width; in set_zme_to_vdpp_reg() 808 cbcr_scl_info.dsp_width = zme_params->dst_width; in set_zme_to_vdpp_reg() 816 cbcr_scl_info.dsp_width = zme_params->dst_width / 2; in set_zme_to_vdpp_reg()
|
| H A D | vdpp2.h | 199 RK_U32 dst_width; member
|
| H A D | hwpq_vdpp_proc.c | 727 params.param.com2.dst_width = p_proc_param->dst_img_info.img_yrgb.w_vld; in hwpq_vdpp_common_config() 745 …hwpq_vdpp_info("dst-res: %d-%d %d-%d\n", params.param.com2.dst_width, params.param.com2.dst_heigh… in hwpq_vdpp_common_config() 755 params.param.com.dst_width = p_proc_param->dst_img_info.img_yrgb.w_vld; in hwpq_vdpp_common_config()
|
| H A D | vdpp_common.h | 247 RK_U32 dst_width; member
|
| /rockchip-linux_mpp/mpp/vproc/vdpp/test/ |
| H A D | vdpp_test.c | 36 RK_U32 dst_width; member 273 cfg->dst_width, cfg->dst_height, cfg->dst_width_vir, cfg->dst_height_vir, dstfrmsize); in vdpp_test() 318 params.param.com2.dst_width = cfg->dst_width; in vdpp_test() 340 params.param.com.dst_width = cfg->dst_width; in vdpp_test() 577 cfg.dst_width = atoi(optarg); in main() 619 if (!cfg.dst_width) in main() 620 cfg.dst_width = cfg.src_width; in main() 624 cfg.dst_width_vir = MPP_ALIGN(cfg.dst_width, 16); in main() 629 cfg.dst_c_width = cfg.dst_width; in main()
|
| /rockchip-linux_mpp/mpp/vproc/inc/ |
| H A D | vdpp_api.h | 121 RK_S32 dst_width; member 169 RK_U32 dst_width; member
|