Searched refs:TASK_IDLE (Results 1 – 6 of 6) sorted by relevance
| /rockchip-linux_mpp/mpp/hal/ |
| H A D | hal_task.c | 88 task->status = TASK_IDLE; in hal_task_group_init() 90 list_add_tail(&task->list, &p->list[TASK_IDLE]); in hal_task_group_init() 91 p->count[TASK_IDLE]++; in hal_task_group_init()
|
| /rockchip-linux_mpp/mpp/hal/inc/ |
| H A D | hal_task.h | 24 TASK_IDLE, enumerator
|
| /rockchip-linux_mpp/mpp/codec/ |
| H A D | mpp_dec_normal.c | 266 hal_task_hnd_set_status(task, TASK_IDLE); in reset_hal_thread() 323 hal_task_get_hnd(tasks, TASK_IDLE, &task->hnd); in try_proc_dec_task() 455 hal_task_hnd_set_status(task_prev, TASK_IDLE); in try_proc_dec_task() 518 hal_task_hnd_set_status(task->hnd, TASK_IDLE); in try_proc_dec_task() 832 hal_task_hnd_set_status(task, TASK_IDLE); in mpp_dec_hal_thread() 855 hal_task_hnd_set_status(task, TASK_IDLE); in mpp_dec_hal_thread() 878 (TASK_IDLE) : (TASK_PROC_DONE)); in mpp_dec_hal_thread()
|
| H A D | mpp_dec.c | 253 ret = hal_task_get_hnd(group, TASK_IDLE, &hnd); in mpp_dec_put_frame() 330 ret = hal_task_get_hnd(group, TASK_IDLE, &hnd); in mpp_dec_put_frame()
|
| H A D | mpp_enc_impl.c | 3153 hal_task_get_hnd(enc->tasks, TASK_IDLE, &enc->hnd); in try_get_async_task() 3374 hal_task_hnd_set_status(hnd, TASK_IDLE); in try_proc_processing_task()
|
| /rockchip-linux_mpp/mpp/vproc/ |
| H A D | mpp_dec_vproc.c | 911 hal_task_hnd_set_status(task, TASK_IDLE); in dec_vproc_thread() 927 hal_task_hnd_set_status(task, TASK_IDLE); in dec_vproc_thread() 968 hal_task_hnd_set_status(task, TASK_IDLE); in dec_vproc_thread()
|