Lines Matching defs:stage

1195 		struct ia_css_pipeline_stage *stage;
1197 stage = me->pipeline.stages;
1198 if (stage) {
1199 me->pipeline.current_stage = stage;
1200 start_binary(me, stage->binary);
3477 struct ia_css_pipeline_stage *stage;
3606 for (stage = pipeline->stages; stage; stage = stage->next) {
3611 if (stage->binary && stage->binary->info &&
3612 (stage->binary->info->sp.enable.s3a ||
3613 stage->binary->info->sp.enable.dis)) {
3614 /* there is a stage that needs it */
3908 IA_CSS_EVENT_TYPE_PIPELINE_DONE, /* Pipeline Done event, sent after last pipeline stage. */
3913 IA_CSS_EVENT_TYPE_ACC_STAGE_COMPLETE, /* Extension stage executed. */
4065 IA_CSS_ERROR("Invalid stage num received for ACC event. stage_num:%u",
4718 * to 0. This is the case for the 1-stage low-power video binary.
5153 * vf-pp stage has been removed for Skycam in the solution
5154 * provided. The vf-pp stage should be re-introduced when
5295 * vf-pp stage has been removed for Skycam in the solution
5296 * provided. The vf-pp stage should be re-introduced when
6267 * In most use cases, the first stage in the "yuvpp" pipe is the "yuv_scale_
6297 * In some use cases, the first stage in the "yuvpp" pipe is the
6306 * In other use cases, the first stage in the "yuvpp" pipe is the
6594 * the "isp_copy_var" binary is selected as the first stage in the yuvpp
7040 * vf-pp stage has been removed from Skycam in the solution
7041 * provided. The vf-pp stage should be re-introduced when
7172 * stage has been removed from Skycam in the solution provided.
7173 * The vf-pp stage should be re-introduced when required. This
7367 struct ia_css_pipeline_stage *stage;
7374 for (stage = me->stages; stage; stage = stage->next)
7375 if (stage->binary_info && stage->binary_info->enable.params) {
7417 * Note: The pipe and stage IDs for tag_cmd queue are hard-coded to 0
7468 * Note: The pipe and stage IDs for tag_cmd queue are hard-coded to 0