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

/linux-master/drivers/staging/media/atomisp/pci/camera/pipe/src/
H A Dpipe_stagedesc.c21 struct ia_css_pipeline_stage_desc *stage_desc,
29 IA_CSS_ENTER_PRIVATE("stage_desc = %p, binary = %p, out_frame = %p, in_frame = %p, vf_frame = %p",
30 stage_desc, binary, out_frame, in_frame, vf_frame);
32 assert(stage_desc && binary && binary->info);
33 if (!stage_desc || !binary || !binary->info) {
38 stage_desc->binary = binary;
39 stage_desc->firmware = NULL;
40 stage_desc->sp_func = IA_CSS_PIPELINE_NO_FUNC;
41 stage_desc->max_input_width = 0;
42 stage_desc
20 ia_css_pipe_get_generic_stage_desc( struct ia_css_pipeline_stage_desc *stage_desc, struct ia_css_binary *binary, struct ia_css_frame *out_frame[], struct ia_css_frame *in_frame, struct ia_css_frame *vf_frame) argument
52 ia_css_pipe_get_firmwares_stage_desc( struct ia_css_pipeline_stage_desc *stage_desc, struct ia_css_binary *binary, struct ia_css_frame *out_frame[], struct ia_css_frame *in_frame, struct ia_css_frame *vf_frame, const struct ia_css_fw_info *fw, unsigned int mode) argument
77 ia_css_pipe_get_sp_func_stage_desc( struct ia_css_pipeline_stage_desc *stage_desc, struct ia_css_frame *out_frame, enum ia_css_pipeline_stage_sp_func sp_func, unsigned int max_input_width) argument
[all...]
/linux-master/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,
/linux-master/drivers/staging/media/atomisp/pci/runtime/pipeline/src/
H A Dpipeline.c51 struct ia_css_pipeline_stage_desc *stage_desc,
263 * @param[in] stage_desc The description of the stage
273 struct ia_css_pipeline_stage_desc *stage_desc,
281 assert(stage_desc);
286 if (!stage_desc->binary && !stage_desc->firmware
287 && (stage_desc->sp_func == IA_CSS_PIPELINE_NO_FUNC)) {
301 if ((stage_desc->sp_func == IA_CSS_PIPELINE_NO_FUNC)
302 && (!stage_desc->in_frame)
303 && (!stage_desc
271 ia_css_pipeline_create_and_add_stage( struct ia_css_pipeline *pipeline, struct ia_css_pipeline_stage_desc *stage_desc, struct ia_css_pipeline_stage **stage) argument
566 pipeline_stage_create( struct ia_css_pipeline_stage_desc *stage_desc, struct ia_css_pipeline_stage **new_stage) argument
[all...]
/linux-master/drivers/staging/media/atomisp/pci/runtime/pipeline/interface/
H A Dia_css_pipeline.h152 * @param[in] stage_desc The description of the stage
162 struct ia_css_pipeline_stage_desc *stage_desc,
/linux-master/drivers/staging/media/atomisp/pci/
H A Dsh_css.c2667 struct ia_css_pipeline_stage_desc stage_desc; local
2687 ia_css_pipe_get_firmwares_stage_desc(&stage_desc, binary,
2689 err = ia_css_pipeline_create_and_add_stage(me, &stage_desc,
2715 struct ia_css_pipeline_stage_desc stage_desc; local
2740 ia_css_pipe_get_generic_stage_desc(&stage_desc, vf_pp_binary,
2744 ia_css_pipe_get_generic_stage_desc(&stage_desc, vf_pp_binary,
2747 err = ia_css_pipeline_create_and_add_stage(me, &stage_desc, vf_pp_stage);
2772 struct ia_css_pipeline_stage_desc stage_desc; local
2790 ia_css_pipe_get_generic_stage_desc(&stage_desc,
2795 ia_css_pipe_get_generic_stage_desc(&stage_desc,
2829 struct ia_css_pipeline_stage_desc stage_desc; local
3125 struct ia_css_pipeline_stage_desc stage_desc; local
3313 struct ia_css_pipeline_stage_desc stage_desc; local
6607 struct ia_css_pipeline_stage_desc stage_desc; local
6849 struct ia_css_pipeline_stage_desc stage_desc; local
6893 struct ia_css_pipeline_stage_desc stage_desc; local
6957 struct ia_css_pipeline_stage_desc stage_desc; local
[all...]

Completed in 156 milliseconds