Searched refs:com2 (Results 1 – 4 of 4) sorted by relevance
311 params.param.com2.sfmt = cfg->src_format; in vdpp_test()312 params.param.com2.src_width = cfg->src_width; in vdpp_test()313 params.param.com2.src_height = cfg->src_height; in vdpp_test()314 params.param.com2.src_width_vir = cfg->src_width_vir; in vdpp_test()315 params.param.com2.src_height_vir = cfg->src_height_vir; in vdpp_test()316 params.param.com2.sswap = cfg->src_swa; in vdpp_test()317 params.param.com2.dfmt = cfg->dst_fmt; in vdpp_test()318 params.param.com2.dst_width = cfg->dst_width; in vdpp_test()319 params.param.com2.dst_height = cfg->dst_height; in vdpp_test()320 params.param.com2.dst_width_vir = cfg->dst_width_vir; in vdpp_test()[all …]
720 params.param.com2.sfmt = img_format_convert(p_proc_param->src_img_info.img_fmt); in hwpq_vdpp_common_config()721 params.param.com2.src_width = p_proc_param->src_img_info.img_yrgb.w_vld; in hwpq_vdpp_common_config()722 params.param.com2.src_height = p_proc_param->src_img_info.img_yrgb.h_vld; in hwpq_vdpp_common_config()723 params.param.com2.src_width_vir = p_proc_param->src_img_info.img_yrgb.w_vir; in hwpq_vdpp_common_config()724 params.param.com2.src_height_vir = p_proc_param->src_img_info.img_yrgb.h_vir; in hwpq_vdpp_common_config()725 params.param.com2.sswap = get_img_format_swap(p_proc_param->src_img_info.img_fmt); in hwpq_vdpp_common_config()726 params.param.com2.dfmt = VDPP_FMT_YUV444; // TODO 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()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()[all …]
1563 mask = (param->com2.cfg_set >> 16) & 0x7; in vdpp2_set_param()1564 cfg_set = (param->com2.cfg_set >> 0) & mask; in vdpp2_set_param()1566 ctx->params.src_yuv_swap = param->com2.sswap; in vdpp2_set_param()1567 ctx->params.src_fmt = param->com2.sfmt; in vdpp2_set_param()1568 ctx->params.dst_fmt = param->com2.dfmt; in vdpp2_set_param()1569 ctx->params.dst_yuv_swap = param->com2.dswap; in vdpp2_set_param()1570 ctx->params.src_width = param->com2.src_width; in vdpp2_set_param()1571 ctx->params.src_height = param->com2.src_height; in vdpp2_set_param()1572 ctx->params.src_width_vir = param->com2.src_width_vir; in vdpp2_set_param()1573 ctx->params.src_height_vir = param->com2.src_height_vir; in vdpp2_set_param()[all …]
181 } com2; member