Home
last modified time | relevance | path

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

/linux/drivers/staging/media/atomisp/pci/
A Dia_css_pipe_public.h84 struct ia_css_resolution vf_pp_in_res; member
A Datomisp_compat_css20.c213 p_config->vf_pp_in_res.width, in __dump_pipe_config()
214 p_config->vf_pp_in_res.height); in __dump_pipe_config()
2375 struct ia_css_resolution *vf_pp_in_res = in __configure_preview_pp_input() local
2376 &pipe_configs->vf_pp_in_res; in __configure_preview_pp_input()
2458 vf_pp_in_res->width = yuv_ds_in_width; in __configure_preview_pp_input()
2459 vf_pp_in_res->height = yuv_ds_in_height; in __configure_preview_pp_input()
2465 vf_pp_in_res->width = yuv_ds_in_width / yuv_dec_fct[i]; in __configure_preview_pp_input()
2471 if (vf_pp_in_res->width == out_width && in __configure_preview_pp_input()
2472 vf_pp_in_res->height == out_height) { in __configure_preview_pp_input()
2474 vf_pp_in_res->width = 0; in __configure_preview_pp_input()
[all …]
A Dsh_css.c8707 if ((internal_pipe->config.vf_pp_in_res.width ||
8711 if (internal_pipe->config.vf_pp_in_res.width) {
8715 internal_pipe->config.vf_pp_in_res.width,
8716 internal_pipe->config.vf_pp_in_res.height,
8728 if (internal_pipe->config.vf_pp_in_res.width &&
8732 internal_pipe->config.vf_pp_in_res.width,
8733 internal_pipe->config.vf_pp_in_res.height,
10636 ((curr_pipe->config.vf_pp_in_res.width != 0) &&
10637 (curr_pipe->config.vf_pp_in_res.height != 0));
10651 out_res = &curr_pipe->config.vf_pp_in_res;
/linux/drivers/staging/media/atomisp/pci/runtime/debug/src/
A Dia_css_debug.c2981 ia_css_debug_dump_resolution(&config->vf_pp_in_res, "vf_pp_in_res"); in ia_css_debug_dump_pipe_config()

Completed in 46 milliseconds