Searched refs:dci_vdpp_info (Results 1 – 2 of 2) sorted by relevance
845 p_proc_param->dci_vdpp_info.p_hist_addr = p_proc_param->p_hist_buf; in hwpq_vdpp_proc()846 p_proc_param->dci_vdpp_info.hist_length = VDPP_HIST_LENGTH; in hwpq_vdpp_proc()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()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()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()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()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()
126 hwpq_vdpp_info_t dci_vdpp_info; member