Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/atomisp/pci/camera/pipe/src/
H A 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()
/openbmc/linux/drivers/staging/media/atomisp/pci/
H A 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()
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()
2077 bayer_ds_out_res->width = in __configure_preview_pp_input()
2081 bayer_ds_out_res->height = in __configure_preview_pp_input()
2095 if (bayer_ds_out_res->width == 0) { in __configure_preview_pp_input()
2147 &pipe_configs->bayer_ds_out_res; in __configure_video_pp_input()
2187 bayer_ds_out_res->width = 0; in __configure_video_pp_input()
[all …]
H A Dia_css_pipe_public.h79 struct ia_css_resolution bayer_ds_out_res; member
H A 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()
H A Dsh_css.c7849 if (internal_pipe->config.bayer_ds_out_res.width) { in ia_css_pipe_create_extra()
7852 internal_pipe->config.bayer_ds_out_res.width, in ia_css_pipe_create_extra()
7853 internal_pipe->config.bayer_ds_out_res.height, in ia_css_pipe_create_extra()
/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/debug/src/
H A Dia_css_debug.c2974 ia_css_debug_dump_resolution(&config->bayer_ds_out_res, in ia_css_debug_dump_pipe_config()