Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/staging/media/atomisp/pci/
Dia_css_pipe_public.h83 struct ia_css_resolution vf_pp_in_res; member
Datomisp_compat_css20.c205 p_config->vf_pp_in_res.width, in __dump_pipe_config()
206 p_config->vf_pp_in_res.height); in __dump_pipe_config()
2020 struct ia_css_resolution *vf_pp_in_res = in __configure_preview_pp_input() local
2021 &pipe_configs->vf_pp_in_res; in __configure_preview_pp_input()
2103 vf_pp_in_res->width = yuv_ds_in_width; in __configure_preview_pp_input()
2104 vf_pp_in_res->height = yuv_ds_in_height; in __configure_preview_pp_input()
2110 vf_pp_in_res->width = yuv_ds_in_width / yuv_dec_fct[i]; in __configure_preview_pp_input()
2111 vf_pp_in_res->height = yuv_ds_in_height / yuv_dec_fct[i]; in __configure_preview_pp_input()
2116 if (vf_pp_in_res->width == out_width && in __configure_preview_pp_input()
2117 vf_pp_in_res->height == out_height) { in __configure_preview_pp_input()
[all …]
Dsh_css.c7818 if ((internal_pipe->config.vf_pp_in_res.width || in ia_css_pipe_create_extra()
7822 if (internal_pipe->config.vf_pp_in_res.width) { in ia_css_pipe_create_extra()
7826 internal_pipe->config.vf_pp_in_res.width, in ia_css_pipe_create_extra()
7827 internal_pipe->config.vf_pp_in_res.height, in ia_css_pipe_create_extra()
7839 if (internal_pipe->config.vf_pp_in_res.width && in ia_css_pipe_create_extra()
7843 internal_pipe->config.vf_pp_in_res.width, in ia_css_pipe_create_extra()
7844 internal_pipe->config.vf_pp_in_res.height, in ia_css_pipe_create_extra()
/Linux-v6.6/drivers/staging/media/atomisp/pci/runtime/debug/src/
Dia_css_debug.c2978 ia_css_debug_dump_resolution(&config->vf_pp_in_res, "vf_pp_in_res"); in ia_css_debug_dump_pipe_config()