Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/hal/
H A Dhal_task.cpp29 typedef struct HalTaskImpl_t HalTaskImpl; typedef
51 HalTaskImpl *tasks;
70 (sizeof(HalTaskImpl) + aligned_size) * task_cnt + in hal_task_group_init()
82 p->list = (struct list_head *)((HalTaskImpl *)(p + 1)); in hal_task_group_init()
84 p->tasks = (HalTaskImpl *)(p->count + stage_cnt); in hal_task_group_init()
94 HalTaskImpl *task = &p->tasks[i]; in hal_task_group_init()
137 HalTaskImpl *task = list_entry(list->next, HalTaskImpl, list); in hal_task_get_hnd()
186 HalTaskImpl *impl = (HalTaskImpl *)hnd; in hal_task_hnd_set_status()
210 HalTaskImpl *impl = (HalTaskImpl *)hnd; in hal_task_hnd_set_info()
229 HalTaskImpl *impl = (HalTaskImpl *)hnd; in hal_task_hnd_get_info()
[all …]