Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/vproc/vdpp/test/
H A Dhwpq_test.c172 vdpp_proc_cfg.dst_img_info.img_fmt = VDPP_FMT_NV24; in multi_vdpp()
173 vdpp_proc_cfg.dst_img_info.img_yrgb.fd = fddst; in multi_vdpp()
174 vdpp_proc_cfg.dst_img_info.img_yrgb.addr = pdst; in multi_vdpp()
175 vdpp_proc_cfg.dst_img_info.img_yrgb.offset = 0; in multi_vdpp()
176 vdpp_proc_cfg.dst_img_info.img_yrgb.w_vld = p_cmd_cfg->img_w_o; in multi_vdpp()
177 vdpp_proc_cfg.dst_img_info.img_yrgb.h_vld = p_cmd_cfg->img_h_o; in multi_vdpp()
178 vdpp_proc_cfg.dst_img_info.img_yrgb.w_vir = p_cmd_cfg->img_w_o_vir; in multi_vdpp()
179 vdpp_proc_cfg.dst_img_info.img_yrgb.h_vir = p_cmd_cfg->img_h_o_vir; in multi_vdpp()
181 vdpp_proc_cfg.dst_img_info.img_cbcr.fd = fddst; in multi_vdpp()
182 vdpp_proc_cfg.dst_img_info.img_cbcr.addr = pdst; in multi_vdpp()
[all …]
/rockchip-linux_mpp/mpp/vproc/vdpp/
H A Dhwpq_vdpp_proc.c499 RK_U32 dst_y_buf_len = p_proc_param->dst_img_info.img_yrgb.w_vir * in vdpp_dump()
500 p_proc_param->dst_img_info.img_yrgb.h_vir; in vdpp_dump()
727 params.param.com2.dst_width = p_proc_param->dst_img_info.img_yrgb.w_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()
729 params.param.com2.dst_width_vir = p_proc_param->dst_img_info.img_yrgb.w_vir; in hwpq_vdpp_common_config()
730 params.param.com2.dst_height_vir = p_proc_param->dst_img_info.img_yrgb.h_vir; 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()
734 params.param.com2.dst_c_height = p_proc_param->dst_img_info.img_cbcr.h_vld; in hwpq_vdpp_common_config()
735 params.param.com2.dst_c_width_vir = p_proc_param->dst_img_info.img_cbcr.w_vir; in hwpq_vdpp_common_config()
736 params.param.com2.dst_c_height_vir = p_proc_param->dst_img_info.img_cbcr.h_vir; in hwpq_vdpp_common_config()
[all …]
/rockchip-linux_mpp/mpp/vproc/inc/
H A Dhwpq_vdpp_proc_api.h119 vdpp_img_info dst_img_info; member