Home
last modified time | relevance | path

Searched refs:w_vld (Results 1 – 3 of 3) sorted by relevance

/rockchip-linux_mpp/mpp/vproc/vdpp/test/
H A Dhwpq_test.c159 vdpp_proc_cfg.src_img_info.img_yrgb.w_vld = p_cmd_cfg->img_w_i; in multi_vdpp()
167 vdpp_proc_cfg.src_img_info.img_cbcr.w_vld = p_cmd_cfg->img_w_i / 2; in multi_vdpp()
176 vdpp_proc_cfg.dst_img_info.img_yrgb.w_vld = p_cmd_cfg->img_w_o; in multi_vdpp()
184 vdpp_proc_cfg.dst_img_info.img_cbcr.w_vld = p_cmd_cfg->img_w_o_c; in multi_vdpp()
/rockchip-linux_mpp/mpp/vproc/vdpp/
H A Dhwpq_vdpp_proc.c721 params.param.com2.src_width = p_proc_param->src_img_info.img_yrgb.w_vld; in hwpq_vdpp_common_config()
727 params.param.com2.dst_width = p_proc_param->dst_img_info.img_yrgb.w_vld; in hwpq_vdpp_common_config()
733 params.param.com2.dst_c_width = p_proc_param->dst_img_info.img_cbcr.w_vld; in hwpq_vdpp_common_config()
751 params.param.com.src_width = p_proc_param->src_img_info.img_yrgb.w_vld; 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()
847 p_proc_param->dci_vdpp_info.vdpp_img_w_in = p_proc_param->src_img_info.img_yrgb.w_vld; in hwpq_vdpp_proc()
849 p_proc_param->dci_vdpp_info.vdpp_img_w_out = p_proc_param->dst_img_info.img_yrgb.w_vld; in hwpq_vdpp_proc()
852 p_proc_param->dci_vdpp_info.vdpp_blk_size_h = p_proc_param->src_img_info.img_yrgb.w_vld / 16; in hwpq_vdpp_proc()
/rockchip-linux_mpp/mpp/vproc/inc/
H A Dhwpq_vdpp_proc_api.h57 int w_vld; member