Searched refs:stage_cnt (Results 1 – 2 of 2) sorted by relevance
43 MPP_RET hal_task_group_init(HalTaskGroup *group, RK_S32 stage_cnt, RK_S32 task_cnt, RK_S32 task_siz… in hal_task_group_init() argument45 if (NULL == group || stage_cnt < 0 || task_cnt < 0 || task_size < 0) { in hal_task_group_init()47 group, stage_cnt, task_cnt, task_size); in hal_task_group_init()60 (sizeof(struct list_head)) * stage_cnt + in hal_task_group_init()61 (sizeof(RK_U32)) * stage_cnt); in hal_task_group_init()67 p->stage_count = stage_cnt; in hal_task_group_init()72 p->count = (RK_U32 *)(p->list + stage_cnt); in hal_task_group_init()73 p->tasks = (HalTaskImpl *)(p->count + stage_cnt); in hal_task_group_init()77 for (i = 0; i < stage_cnt; i++) in hal_task_group_init()
41 MPP_RET hal_task_group_init(HalTaskGroup *group, RK_S32 stage_cnt,