Lines Matching refs:dst_img_info

499             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()
738 params.param.com2.dswap = get_img_format_swap(p_proc_param->dst_img_info.img_fmt); in hwpq_vdpp_common_config()
742 hwpq_vdpp_info("dst-fmt: %d\n", p_proc_param->dst_img_info.img_fmt); 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()
756 params.param.com.dst_height = p_proc_param->dst_img_info.img_yrgb.h_vld; in hwpq_vdpp_common_config()
757 params.param.com.dswap = get_img_format_swap(p_proc_param->dst_img_info.img_fmt); in hwpq_vdpp_common_config()
805 …ret |= vdpp_set_img(vdpp, p_proc_param->dst_img_info.img_yrgb.fd, p_proc_param->dst_img_info.img_c… in hwpq_vdpp_proc()
806 p_proc_param->dst_img_info.img_cbcr.offset, VDPP_CMD_SET_DST); in hwpq_vdpp_proc()
807 …ret |= vdpp_set_img(vdpp, p_proc_param->dst_img_info.img_yrgb.fd, p_proc_param->dst_img_info.img_c… in hwpq_vdpp_proc()
808 p_proc_param->dst_img_info.img_cbcr.offset, VDPP_CMD_SET_DST_C); 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()
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()