Searched refs:vf_pp_in_res (Results 1 - 4 of 4) sorted by path

/linux-master/drivers/staging/media/atomisp/pci/
H A Datomisp_compat_css20.c203 "pipe_config.vf_pp_in_res w=%d, h=%d.\n",
204 p_config->vf_pp_in_res.width,
205 p_config->vf_pp_in_res.height);
1988 struct ia_css_resolution *vf_pp_in_res =
1989 &pipe_configs->vf_pp_in_res;
2016 * 2: YUV Decimation: between bayer_ds_res_out and vf_pp_in_res;
2017 * 3: YUV Downscaling: between vf_pp_in_res and final vf output local
2071 vf_pp_in_res->width = yuv_ds_in_width;
2072 vf_pp_in_res->height = yuv_ds_in_height;
2078 vf_pp_in_res
[all...]
H A Dia_css_pipe_public.h83 struct ia_css_resolution vf_pp_in_res; member in struct:ia_css_pipe_config
209 {0, 0}, // vf_pp_in_res
H A Dsh_css.c7662 if ((internal_pipe->config.vf_pp_in_res.width ||
7666 if (internal_pipe->config.vf_pp_in_res.width) {
7670 internal_pipe->config.vf_pp_in_res.width,
7671 internal_pipe->config.vf_pp_in_res.height,
7683 if (internal_pipe->config.vf_pp_in_res.width &&
7687 internal_pipe->config.vf_pp_in_res.width,
7688 internal_pipe->config.vf_pp_in_res.height,
/linux-master/drivers/staging/media/atomisp/pci/runtime/debug/src/
H A Dia_css_debug.c1512 ia_css_debug_dump_resolution(&config->vf_pp_in_res, "vf_pp_in_res");

Completed in 304 milliseconds