Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/staging/media/atomisp/pci/
Datomisp_compat_css20.c184 struct atomisp_stream_env *stream_env, in __dump_pipe_config() argument
189 if (stream_env->pipes[pipe_id]) { in __dump_pipe_config()
193 p_config = &stream_env->pipe_configs[pipe_id]; in __dump_pipe_config()
194 pe_config = &stream_env->pipe_extra_configs[pipe_id]; in __dump_pipe_config()
267 struct atomisp_stream_env *stream_env) in __dump_stream_config() argument
275 if (stream_env->pipes[j]) { in __dump_stream_config()
276 __dump_pipe_config(asd, stream_env, j); in __dump_stream_config()
282 s_config = &stream_env->stream_config; in __dump_stream_config()
386 struct atomisp_stream_env *stream_env) in __destroy_stream() argument
391 if (!stream_env->stream) in __destroy_stream()
[all …]
Datomisp_cmd.c1621 asd->stream_env[ATOMISP_INPUT_STREAM_GENERAL].stream; in atomisp_get_dvs2_bq_resolutions()
1627 pipe_cfg = &asd->stream_env[ATOMISP_INPUT_STREAM_GENERAL] in atomisp_get_dvs2_bq_resolutions()
1746 struct atomisp_stream_env *stream_env = in atomisp_calculate_real_zoom_region() local
1747 &asd->stream_env[ATOMISP_INPUT_STREAM_GENERAL]; in atomisp_calculate_real_zoom_region()
1765 stream_env->stream_config.input_config.effective_res.width; in atomisp_calculate_real_zoom_region()
1767 stream_env->stream_config.input_config.effective_res.height; in atomisp_calculate_real_zoom_region()
1809 out_res.width = stream_env->pipe_configs[css_pipe_id].output_info[0].res.width; in atomisp_calculate_real_zoom_region()
1810 out_res.height = stream_env->pipe_configs[css_pipe_id].output_info[0].res.height; in atomisp_calculate_real_zoom_region()
1817 out_res.width = stream_env->pipe_configs[css_pipe_id].output_info[0].res.width; in atomisp_calculate_real_zoom_region()
1818 out_res.height = stream_env->pipe_configs[css_pipe_id].output_info[0].res.height; in atomisp_calculate_real_zoom_region()
[all …]
Datomisp_fops.c284 asd->stream_env[stream_id].pipes[css_pipe_id]); in atomisp_q_video_buffers_to_css()
328 if (asd->stream_env[ATOMISP_INPUT_STREAM_GENERAL].stream_info. in atomisp_q_video_buffers_to_css()
Datomisp_subdev.h251 struct atomisp_stream_env stream_env[ATOMISP_INPUT_STREAM_NUM]; member