Home
last modified time | relevance | path

Searched refs:vf_pp_in_res (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/staging/media/atomisp/pci/
H A Dia_css_pipe_public.h74 struct ia_css_resolution vf_pp_in_res; member
H A Datomisp_compat_css20.c193 p_config->vf_pp_in_res.width, in __dump_pipe_config()
194 p_config->vf_pp_in_res.height); in __dump_pipe_config()
1977 struct ia_css_resolution *vf_pp_in_res = in __configure_preview_pp_input() local
1978 &pipe_configs->vf_pp_in_res; in __configure_preview_pp_input()
2060 vf_pp_in_res->width = yuv_ds_in_width; in __configure_preview_pp_input()
2061 vf_pp_in_res->height = yuv_ds_in_height; in __configure_preview_pp_input()
2067 vf_pp_in_res->width = yuv_ds_in_width / yuv_dec_fct[i]; in __configure_preview_pp_input()
2073 if (vf_pp_in_res->width == out_width && in __configure_preview_pp_input()
2074 vf_pp_in_res->height == out_height) { in __configure_preview_pp_input()
2076 vf_pp_in_res->width = 0; in __configure_preview_pp_input()
[all …]
H A Dsh_css.c7606 if ((internal_pipe->config.vf_pp_in_res.width || in ia_css_pipe_create_extra()
7610 if (internal_pipe->config.vf_pp_in_res.width) { in ia_css_pipe_create_extra()
7614 internal_pipe->config.vf_pp_in_res.width, in ia_css_pipe_create_extra()
7615 internal_pipe->config.vf_pp_in_res.height, in ia_css_pipe_create_extra()
7627 if (internal_pipe->config.vf_pp_in_res.width && in ia_css_pipe_create_extra()
7631 internal_pipe->config.vf_pp_in_res.width, in ia_css_pipe_create_extra()
7632 internal_pipe->config.vf_pp_in_res.height, in ia_css_pipe_create_extra()
/linux-6.15/drivers/staging/media/atomisp/pci/runtime/debug/src/
H A Dia_css_debug.c1503 ia_css_debug_dump_resolution(&config->vf_pp_in_res, "vf_pp_in_res"); in ia_css_debug_dump_pipe_config()