Home
last modified time | relevance | path

Searched refs:bayer_ds_out_res (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.6/drivers/staging/media/atomisp/pci/camera/pipe/src/
Dpipe_binarydesc.c246 if (pipe->config.bayer_ds_out_res.width != 0 && in ia_css_pipe_get_preview_binarydesc()
247 pipe->config.bayer_ds_out_res.height != 0) { in ia_css_pipe_get_preview_binarydesc()
249 pipe->config.bayer_ds_out_res.width; in ia_css_pipe_get_preview_binarydesc()
251 pipe->config.bayer_ds_out_res.height; in ia_css_pipe_get_preview_binarydesc()
253 pipe->config.bayer_ds_out_res.width; in ia_css_pipe_get_preview_binarydesc()
387 if (pipe->config.bayer_ds_out_res.width != 0 && in ia_css_pipe_get_video_binarydesc()
388 pipe->config.bayer_ds_out_res.height != 0) { in ia_css_pipe_get_video_binarydesc()
390 pipe->config.bayer_ds_out_res.width; in ia_css_pipe_get_video_binarydesc()
392 pipe->config.bayer_ds_out_res.height; in ia_css_pipe_get_video_binarydesc()
394 pipe->config.bayer_ds_out_res.width; in ia_css_pipe_get_video_binarydesc()
/Linux-v6.6/drivers/staging/media/atomisp/pci/
Datomisp_compat_css20.c220 p_config->bayer_ds_out_res.width, in __dump_pipe_config()
221 p_config->bayer_ds_out_res.height); in __dump_pipe_config()
2018 struct ia_css_resolution *bayer_ds_out_res = in __configure_preview_pp_input() local
2019 &pipe_configs->bayer_ds_out_res; in __configure_preview_pp_input()
2066 bayer_ds_out_res->width = 0; in __configure_preview_pp_input()
2067 bayer_ds_out_res->height = 0; in __configure_preview_pp_input()
2069 bayer_ds_out_res->width = effective_res->width; in __configure_preview_pp_input()
2070 bayer_ds_out_res->height = effective_res->height; in __configure_preview_pp_input()
2077 bayer_ds_out_res->width = in __configure_preview_pp_input()
2081 bayer_ds_out_res->height = in __configure_preview_pp_input()
[all …]
Dia_css_pipe_public.h79 struct ia_css_resolution bayer_ds_out_res; member
Dsh_css_params.c916 if ((pipe->config.bayer_ds_out_res.width != 0) && in sh_css_select_dp_10bpp_config()
917 (pipe->config.bayer_ds_out_res.height != 0)) { in sh_css_select_dp_10bpp_config()
920 pipe->config.bayer_ds_out_res, in sh_css_select_dp_10bpp_config()
Dsh_css.c7848 if (internal_pipe->config.bayer_ds_out_res.width) { in ia_css_pipe_create_extra()
7851 internal_pipe->config.bayer_ds_out_res.width, in ia_css_pipe_create_extra()
7852 internal_pipe->config.bayer_ds_out_res.height, in ia_css_pipe_create_extra()
/Linux-v6.6/drivers/staging/media/atomisp/pci/runtime/debug/src/
Dia_css_debug.c2974 ia_css_debug_dump_resolution(&config->bayer_ds_out_res, in ia_css_debug_dump_pipe_config()