Home
last modified time | relevance | path

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

/linux-6.15/drivers/staging/media/atomisp/pci/camera/pipe/src/
H A Dpipe_binarydesc.c237 if (pipe->config.bayer_ds_out_res.width != 0 && in ia_css_pipe_get_preview_binarydesc()
238 pipe->config.bayer_ds_out_res.height != 0) { in ia_css_pipe_get_preview_binarydesc()
240 pipe->config.bayer_ds_out_res.width; in ia_css_pipe_get_preview_binarydesc()
242 pipe->config.bayer_ds_out_res.height; in ia_css_pipe_get_preview_binarydesc()
244 pipe->config.bayer_ds_out_res.width; in ia_css_pipe_get_preview_binarydesc()
378 if (pipe->config.bayer_ds_out_res.width != 0 && in ia_css_pipe_get_video_binarydesc()
379 pipe->config.bayer_ds_out_res.height != 0) { in ia_css_pipe_get_video_binarydesc()
381 pipe->config.bayer_ds_out_res.width; in ia_css_pipe_get_video_binarydesc()
383 pipe->config.bayer_ds_out_res.height; in ia_css_pipe_get_video_binarydesc()
385 pipe->config.bayer_ds_out_res.width; in ia_css_pipe_get_video_binarydesc()
/linux-6.15/drivers/staging/media/atomisp/pci/
H A Datomisp_compat_css20.c208 p_config->bayer_ds_out_res.width, in __dump_pipe_config()
209 p_config->bayer_ds_out_res.height); in __dump_pipe_config()
1976 &pipe_configs->bayer_ds_out_res; in __configure_preview_pp_input()
2023 bayer_ds_out_res->width = 0; in __configure_preview_pp_input()
2024 bayer_ds_out_res->height = 0; in __configure_preview_pp_input()
2034 bayer_ds_out_res->width = in __configure_preview_pp_input()
2038 bayer_ds_out_res->height = in __configure_preview_pp_input()
2052 if (bayer_ds_out_res->width == 0) { in __configure_preview_pp_input()
2104 &pipe_configs->bayer_ds_out_res; in __configure_video_pp_input()
2144 bayer_ds_out_res->width = 0; in __configure_video_pp_input()
[all …]
H A Dia_css_pipe_public.h70 struct ia_css_resolution bayer_ds_out_res; member
H A Dsh_css_params.c907 if ((pipe->config.bayer_ds_out_res.width != 0) && in sh_css_select_dp_10bpp_config()
908 (pipe->config.bayer_ds_out_res.height != 0)) { in sh_css_select_dp_10bpp_config()
911 pipe->config.bayer_ds_out_res, in sh_css_select_dp_10bpp_config()
H A Dsh_css.c7636 if (internal_pipe->config.bayer_ds_out_res.width) { in ia_css_pipe_create_extra()
7639 internal_pipe->config.bayer_ds_out_res.width, in ia_css_pipe_create_extra()
7640 internal_pipe->config.bayer_ds_out_res.height, in ia_css_pipe_create_extra()
/linux-6.15/drivers/staging/media/atomisp/pci/runtime/debug/src/
H A Dia_css_debug.c1499 ia_css_debug_dump_resolution(&config->bayer_ds_out_res, in ia_css_debug_dump_pipe_config()