Searched refs:vf_pp_in_res (Results 1 – 4 of 4) sorted by relevance
84 struct ia_css_resolution vf_pp_in_res; member
212 p_config->vf_pp_in_res.width, in __dump_pipe_config()213 p_config->vf_pp_in_res.height); in __dump_pipe_config()2302 struct ia_css_resolution *vf_pp_in_res = in __configure_preview_pp_input() local2303 &pipe_configs->vf_pp_in_res; in __configure_preview_pp_input()2385 vf_pp_in_res->width = yuv_ds_in_width; in __configure_preview_pp_input()2386 vf_pp_in_res->height = yuv_ds_in_height; in __configure_preview_pp_input()2392 vf_pp_in_res->width = yuv_ds_in_width / yuv_dec_fct[i]; in __configure_preview_pp_input()2393 vf_pp_in_res->height = yuv_ds_in_height / yuv_dec_fct[i]; in __configure_preview_pp_input()2398 if (vf_pp_in_res->width == out_width && in __configure_preview_pp_input()2399 vf_pp_in_res->height == out_height) { in __configure_preview_pp_input()[all …]
8296 if ((internal_pipe->config.vf_pp_in_res.width || in ia_css_pipe_create_extra()8300 if (internal_pipe->config.vf_pp_in_res.width) { in ia_css_pipe_create_extra()8304 internal_pipe->config.vf_pp_in_res.width, in ia_css_pipe_create_extra()8305 internal_pipe->config.vf_pp_in_res.height, in ia_css_pipe_create_extra()8317 if (internal_pipe->config.vf_pp_in_res.width && in ia_css_pipe_create_extra()8321 internal_pipe->config.vf_pp_in_res.width, in ia_css_pipe_create_extra()8322 internal_pipe->config.vf_pp_in_res.height, in ia_css_pipe_create_extra()
2979 ia_css_debug_dump_resolution(&config->vf_pp_in_res, "vf_pp_in_res"); in ia_css_debug_dump_pipe_config()