Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/vproc/vdpp/test/
H A Dhwpq_test.c160 vdpp_proc_cfg.src_img_info.img_yrgb.h_vld = p_cmd_cfg->img_h_i; in multi_vdpp()
168 vdpp_proc_cfg.src_img_info.img_cbcr.h_vld = p_cmd_cfg->img_h_i / 2; in multi_vdpp()
177 vdpp_proc_cfg.dst_img_info.img_yrgb.h_vld = p_cmd_cfg->img_h_o; in multi_vdpp()
185 vdpp_proc_cfg.dst_img_info.img_cbcr.h_vld = p_cmd_cfg->img_h_o_c; in multi_vdpp()
/rockchip-linux_mpp/mpp/vproc/vdpp/
H A Dhwpq_vdpp_proc.c722 params.param.com2.src_height = p_proc_param->src_img_info.img_yrgb.h_vld; in hwpq_vdpp_common_config()
728 params.param.com2.dst_height = p_proc_param->dst_img_info.img_yrgb.h_vld; in hwpq_vdpp_common_config()
734 params.param.com2.dst_c_height = p_proc_param->dst_img_info.img_cbcr.h_vld; in hwpq_vdpp_common_config()
752 params.param.com.src_height = p_proc_param->src_img_info.img_yrgb.h_vld; in hwpq_vdpp_common_config()
756 params.param.com.dst_height = p_proc_param->dst_img_info.img_yrgb.h_vld; in hwpq_vdpp_common_config()
848 p_proc_param->dci_vdpp_info.vdpp_img_h_in = p_proc_param->src_img_info.img_yrgb.h_vld; in hwpq_vdpp_proc()
850 p_proc_param->dci_vdpp_info.vdpp_img_h_out = p_proc_param->dst_img_info.img_yrgb.h_vld; in hwpq_vdpp_proc()
853 p_proc_param->dci_vdpp_info.vdpp_blk_size_v = p_proc_param->src_img_info.img_yrgb.h_vld / 16; in hwpq_vdpp_proc()
/rockchip-linux_mpp/mpp/vproc/inc/
H A Dhwpq_vdpp_proc_api.h58 int h_vld; member