Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/staging/media/atomisp/pci/
Datomisp_compat_css20.c192 struct atomisp_stream_env *stream_env, in __dump_pipe_config() argument
197 if (stream_env->pipes[pipe_id]) { in __dump_pipe_config()
201 p_config = &stream_env->pipe_configs[pipe_id]; in __dump_pipe_config()
202 pe_config = &stream_env->pipe_extra_configs[pipe_id]; in __dump_pipe_config()
287 struct atomisp_stream_env *stream_env) in __dump_stream_config() argument
295 if (stream_env->pipes[j]) { in __dump_stream_config()
296 __dump_pipe_config(asd, stream_env, j); in __dump_stream_config()
302 s_config = &stream_env->stream_config; in __dump_stream_config()
421 struct atomisp_stream_env *stream_env) in __destroy_stream() argument
426 if (!stream_env->stream) in __destroy_stream()
[all …]
Datomisp_cmd.c1241 stream = asd->stream_env[ATOMISP_INPUT_STREAM_GENERAL].stream; in atomisp_delayed_init_work()
1458 ia_css_stream_request_flash(asd->stream_env[ATOMISP_INPUT_STREAM_GENERAL].stream); in atomisp_setup_flash()
2176 asd->stream_env[ATOMISP_INPUT_STREAM_GENERAL].stream; in atomisp_get_dvs2_bq_resolutions()
2182 pipe_cfg = &asd->stream_env[ATOMISP_INPUT_STREAM_GENERAL] in atomisp_get_dvs2_bq_resolutions()
2184 stream_cfg = &asd->stream_env[ATOMISP_INPUT_STREAM_GENERAL] in atomisp_get_dvs2_bq_resolutions()
2414 stream_info = &asd->stream_env[ATOMISP_INPUT_STREAM_GENERAL]. in atomisp_get_metadata()
2490 stream_info = &asd->stream_env[ATOMISP_INPUT_STREAM_GENERAL]. in atomisp_get_metadata_by_type()
2564 struct atomisp_stream_env *stream_env = in atomisp_calculate_real_zoom_region() local
2565 &asd->stream_env[ATOMISP_INPUT_STREAM_GENERAL]; in atomisp_calculate_real_zoom_region()
2583 stream_env->stream_config.input_config.effective_res.width; in atomisp_calculate_real_zoom_region()
[all …]
Datomisp_fops.c262 asd->stream_env[stream_id].pipes[css_pipe_id]); in atomisp_q_video_buffers_to_css()
307 if (asd->stream_env[ATOMISP_INPUT_STREAM_GENERAL].stream_info. in atomisp_q_video_buffers_to_css()
457 if (asd->stream_env[ATOMISP_INPUT_STREAM_POSTVIEW].stream) in atomisp_qbuffers_to_css()
481 else if (asd->stream_env[ATOMISP_INPUT_STREAM_PREVIEW].stream) in atomisp_qbuffers_to_css()
501 if (asd->stream_env[ATOMISP_INPUT_STREAM_VIDEO].stream) in atomisp_qbuffers_to_css()
Datomisp_subdev.h284 struct atomisp_stream_env stream_env[ATOMISP_INPUT_STREAM_NUM]; member