Home
last modified time | relevance | path

Searched refs:stage_desc (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/staging/media/atomisp/pci/camera/pipe/src/
H A Dpipe_stagedesc.c38 stage_desc->binary = binary; in ia_css_pipe_get_generic_stage_desc()
39 stage_desc->firmware = NULL; in ia_css_pipe_get_generic_stage_desc()
41 stage_desc->max_input_width = 0; in ia_css_pipe_get_generic_stage_desc()
65 stage_desc->binary = binary; in ia_css_pipe_get_firmwares_stage_desc()
66 stage_desc->firmware = fw; in ia_css_pipe_get_firmwares_stage_desc()
69 stage_desc->mode = mode; in ia_css_pipe_get_firmwares_stage_desc()
87 stage_desc->binary = NULL; in ia_css_pipe_get_sp_func_stage_desc()
88 stage_desc->firmware = NULL; in ia_css_pipe_get_sp_func_stage_desc()
89 stage_desc->sp_func = sp_func; in ia_css_pipe_get_sp_func_stage_desc()
92 stage_desc->in_frame = NULL; in ia_css_pipe_get_sp_func_stage_desc()
[all …]
/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/pipeline/src/
H A Dpipeline.c281 assert(stage_desc); in ia_css_pipeline_create_and_add_stage()
286 if (!stage_desc->binary && !stage_desc->firmware in ia_css_pipeline_create_and_add_stage()
302 && (!stage_desc->in_frame) in ia_css_pipeline_create_and_add_stage()
303 && (!stage_desc->firmware) in ia_css_pipeline_create_and_add_stage()
309 if (!stage_desc->in_frame) in ia_css_pipeline_create_and_add_stage()
581 if (!(stage_desc->in_frame) && !(stage_desc->firmware) in pipeline_stage_create()
582 && (stage_desc->binary) && !(stage_desc->binary->online)) { in pipeline_stage_create()
587 binary = stage_desc->binary; in pipeline_stage_create()
588 firmware = stage_desc->firmware; in pipeline_stage_create()
589 vf_frame = stage_desc->vf_frame; in pipeline_stage_create()
[all …]
/openbmc/linux/drivers/staging/media/atomisp/pci/camera/pipe/interface/
H A Dia_css_pipe_stagedesc.h26 struct ia_css_pipeline_stage_desc *stage_desc,
33 struct ia_css_pipeline_stage_desc *stage_desc,
42 struct ia_css_pipeline_stage_desc *stage_desc,
/openbmc/linux/drivers/staging/media/atomisp/pci/
H A Dsh_css.c2711 struct ia_css_pipeline_stage_desc stage_desc; in add_firmwares() local
2759 struct ia_css_pipeline_stage_desc stage_desc; in add_vf_pp_stage() local
2816 struct ia_css_pipeline_stage_desc stage_desc; in add_yuv_scaler_stage() local
2873 struct ia_css_pipeline_stage_desc stage_desc; in add_capture_pp_stage() local
3170 struct ia_css_pipeline_stage_desc stage_desc; in create_host_video_pipeline() local
3358 struct ia_css_pipeline_stage_desc stage_desc; in create_host_preview_pipeline() local
6809 &stage_desc, in create_host_yuvpp_pipeline()
6969 &stage_desc, &out_stage); in create_host_isyscopy_capture_pipeline()
7142 &stage_desc, in create_host_regular_capture_pipeline()
7182 &stage_desc, in create_host_regular_capture_pipeline()
[all …]
/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/pipeline/interface/
H A Dia_css_pipeline.h162 struct ia_css_pipeline_stage_desc *stage_desc,