Searched refs:stage_desc (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/staging/media/atomisp/pci/runtime/pipeline/src/ |
| H A D | pipeline.c | 42 struct ia_css_pipeline_stage_desc *stage_desc, 263 struct ia_css_pipeline_stage_desc *stage_desc, in ia_css_pipeline_create_and_add_stage() argument 271 assert(stage_desc); in ia_css_pipeline_create_and_add_stage() 276 if (!stage_desc->binary && !stage_desc->firmware in ia_css_pipeline_create_and_add_stage() 277 && (stage_desc->sp_func == IA_CSS_PIPELINE_NO_FUNC)) { in ia_css_pipeline_create_and_add_stage() 291 if ((stage_desc->sp_func == IA_CSS_PIPELINE_NO_FUNC) in ia_css_pipeline_create_and_add_stage() 292 && (!stage_desc->in_frame) in ia_css_pipeline_create_and_add_stage() 293 && (!stage_desc->firmware) in ia_css_pipeline_create_and_add_stage() 294 && (!stage_desc->binary->online)) { in ia_css_pipeline_create_and_add_stage() 297 stage_desc->in_frame = last->args.out_frame[0]; in ia_css_pipeline_create_and_add_stage() [all …]
|
| /linux/drivers/staging/media/atomisp/pci/ |
| H A D | sh_css.c | 2543 struct ia_css_pipeline_stage_desc stage_desc; in add_firmwares() local 2563 ia_css_pipe_get_firmwares_stage_desc(&stage_desc, binary, in add_firmwares() 2565 err = ia_css_pipeline_create_and_add_stage(me, &stage_desc, in add_firmwares() 2591 struct ia_css_pipeline_stage_desc stage_desc; in add_vf_pp_stage() local 2616 ia_css_pipe_get_generic_stage_desc(&stage_desc, vf_pp_binary, in add_vf_pp_stage() 2620 ia_css_pipe_get_generic_stage_desc(&stage_desc, vf_pp_binary, in add_vf_pp_stage() 2623 err = ia_css_pipeline_create_and_add_stage(me, &stage_desc, vf_pp_stage); in add_vf_pp_stage() 2648 struct ia_css_pipeline_stage_desc stage_desc; in add_yuv_scaler_stage() local 2666 ia_css_pipe_get_generic_stage_desc(&stage_desc, in add_yuv_scaler_stage() 2671 ia_css_pipe_get_generic_stage_desc(&stage_desc, in add_yuv_scaler_stage() [all …]
|