Home
last modified time | relevance | path

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

/drivers/staging/media/atomisp/pci/
A Datomisp_compat_css20.c331 s_config->input_config.effective_res.width, in __dump_stream_config()
1979 struct ia_css_resolution *effective_res = in __configure_preview_pp_input() local
2030 if (effective_res->width >= out_width * in __configure_preview_pp_input()
2032 effective_res->height >= out_height * in __configure_preview_pp_input()
2035 effective_res->width * in __configure_preview_pp_input()
2039 effective_res->height * in __configure_preview_pp_input()
2053 yuv_ds_in_width = effective_res->width; in __configure_preview_pp_input()
2054 yuv_ds_in_height = effective_res->height; in __configure_preview_pp_input()
2105 struct ia_css_resolution *effective_res = in __configure_video_pp_input() local
2155 if (effective_res->width >= out_width * in __configure_video_pp_input()
[all …]
A Dia_css_stream_public.h70 struct ia_css_resolution effective_res; /** Resolution of input data. member
A Dsh_css.c2879 struct ia_css_resolution *effective_res; in ia_css_get_crop_offsets() local
2896 effective_res = &pipe->stream->config.input_config.effective_res; in ia_css_get_crop_offsets()
2903 min_reqd_width = effective_res->width + extra_col; in ia_css_get_crop_offsets()
7830 struct ia_css_resolution effective_res; in ia_css_stream_create() local
7984 struct ia_css_resolution effective_res; in ia_css_stream_create() local
7992 if (effective_res.height == 0 || effective_res.width == 0) { in ia_css_stream_create()
7993 effective_res = curr_pipe->stream->config.input_config.effective_res; in ia_css_stream_create()
7998 effective_res.width, in ia_css_stream_create()
7999 effective_res.height); in ia_css_stream_create()
8088 effective_res.width, in ia_css_stream_create()
[all …]
A Datomisp_cmd.c1756 stream_env->stream_config.input_config.effective_res.width; in atomisp_calculate_real_zoom_region()
1758 stream_env->stream_config.input_config.effective_res.height; in atomisp_calculate_real_zoom_region()
/drivers/staging/media/atomisp/pci/camera/util/src/
A Dutil.c173 if (stream_config->input_config.effective_res.width == 0 || in ia_css_util_check_input()
174 stream_config->input_config.effective_res.height == 0) in ia_css_util_check_input()
/drivers/staging/media/atomisp/pci/runtime/debug/src/
A Dia_css_debug.c1414 pg_inst.eff_width = stream_config->input_config.effective_res.width; in ia_css_debug_pipe_graph_dump_stream_config()
1415 pg_inst.eff_height = stream_config->input_config.effective_res.height; in ia_css_debug_pipe_graph_dump_stream_config()
1596 ia_css_debug_dump_resolution(&config->input_config.effective_res, in ia_css_debug_dump_stream_config()

Completed in 33 milliseconds