Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/staging/media/atomisp/pci/
Datomisp_compat_css20.c193 struct atomisp_stream_env *stream_env, in __dump_pipe_config() argument
198 if (stream_env->pipes[pipe_id]) { in __dump_pipe_config()
202 p_config = &stream_env->pipe_configs[pipe_id]; in __dump_pipe_config()
203 pe_config = &stream_env->pipe_extra_configs[pipe_id]; in __dump_pipe_config()
288 struct atomisp_stream_env *stream_env) in __dump_stream_config() argument
296 if (stream_env->pipes[j]) { in __dump_stream_config()
297 __dump_pipe_config(asd, stream_env, j); in __dump_stream_config()
303 s_config = &stream_env->stream_config; in __dump_stream_config()
422 struct atomisp_stream_env *stream_env, bool force) in __destroy_stream() argument
428 if (!stream_env->stream) in __destroy_stream()
[all …]
Datomisp_cmd.c1287 stream = asd->stream_env[ATOMISP_INPUT_STREAM_GENERAL].stream; in atomisp_delayed_init_work()
1332 acc_pipe = asd->stream_env[i].pipes[IA_CSS_PIPE_ID_ACC]; in __atomisp_css_recover()
1860 ia_css_stream_request_flash(asd->stream_env[ATOMISP_INPUT_STREAM_GENERAL].stream); in atomisp_setup_flash()
2590 asd->stream_env[ATOMISP_INPUT_STREAM_GENERAL].stream; in atomisp_get_dvs2_bq_resolutions()
2596 pipe_cfg = &asd->stream_env[ATOMISP_INPUT_STREAM_GENERAL] in atomisp_get_dvs2_bq_resolutions()
2598 stream_cfg = &asd->stream_env[ATOMISP_INPUT_STREAM_GENERAL] in atomisp_get_dvs2_bq_resolutions()
2828 stream_info = &asd->stream_env[ATOMISP_INPUT_STREAM_GENERAL]. in atomisp_get_metadata()
2904 stream_info = &asd->stream_env[ATOMISP_INPUT_STREAM_GENERAL]. in atomisp_get_metadata_by_type()
2978 struct atomisp_stream_env *stream_env = in atomisp_calculate_real_zoom_region() local
2979 &asd->stream_env[ATOMISP_INPUT_STREAM_GENERAL]; in atomisp_calculate_real_zoom_region()
[all …]
Datomisp_fops.c264 asd->stream_env[stream_id].pipes[css_pipe_id]); in atomisp_q_video_buffers_to_css()
309 if (asd->stream_env[ATOMISP_INPUT_STREAM_GENERAL].stream_info. in atomisp_q_video_buffers_to_css()
503 if (asd->stream_env[ATOMISP_INPUT_STREAM_POSTVIEW].stream) in atomisp_qbuffers_to_css()
527 else if (asd->stream_env[ATOMISP_INPUT_STREAM_PREVIEW].stream) in atomisp_qbuffers_to_css()
547 if (asd->stream_env[ATOMISP_INPUT_STREAM_VIDEO].stream) in atomisp_qbuffers_to_css()
Datomisp_file.c57 ia_css_stream_send_input_frame(asd->stream_env[ATOMISP_INPUT_STREAM_GENERAL].stream, in file_work()
Datomisp_subdev.h337 struct atomisp_stream_env stream_env[ATOMISP_INPUT_STREAM_NUM]; member
Datomisp_acc.c593 pipe = asd->stream_env[ATOMISP_INPUT_STREAM_GENERAL]. in atomisp_acc_set_state()