Searched refs:hal_task_get_hnd (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/external/mpp/mpp/hal/inc/ |
| H A D | hal_task.h | 69 MPP_RET hal_task_get_hnd(HalTaskGroup group, RK_S32 status, HalTaskHnd *hnd);
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/ |
| H A D | mpp_dec_normal.cpp | 272 while (MPP_OK == hal_task_get_hnd(tasks, TASK_PROC_DONE, &task)) { in reset_hal_thread() 331 hal_task_get_hnd(tasks, TASK_IDLE, &task->hnd); in try_proc_dec_task() 458 hal_task_get_hnd(tasks, TASK_PROC_DONE, &task_prev); in try_proc_dec_task() 774 if (hal_task_get_hnd(tasks, TASK_PROCESSING, &task)) { in mpp_dec_hal_thread()
|
| H A D | mpp_dec.cpp | 260 ret = hal_task_get_hnd(group, TASK_IDLE, &hnd); in mpp_dec_put_frame() 337 ret = hal_task_get_hnd(group, TASK_IDLE, &hnd); in mpp_dec_put_frame()
|
| H A D | mpp_enc_impl.cpp | 2564 hal_task_get_hnd(enc->tasks, TASK_IDLE, &enc->hnd); in try_get_async_task() 2986 while (MPP_OK == hal_task_get_hnd(enc->tasks, TASK_PROCESSING, &hnd)) { in mpp_enc_async_thread() 3051 hal_task_get_hnd(enc->tasks, TASK_PROCESSING, &hnd); in mpp_enc_async_thread()
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/ |
| H A D | hal_task.cpp | 120 MPP_RET hal_task_get_hnd(HalTaskGroup group, RK_S32 status, HalTaskHnd *hnd) in hal_task_get_hnd() function
|
| /OK3568_Linux_fs/external/mpp/mpp/vproc/ |
| H A D | mpp_dec_vproc.cpp | 626 if (hal_task_get_hnd(tasks, TASK_PROCESSING, &task)) { in dec_vproc_thread()
|