Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/hal/inc/
H A Dhal_task.h25 TASK_PROCESSING, enumerator
/OK3568_Linux_fs/external/mpp/mpp/codec/
H A Dmpp_dec_normal.cpp158 if (hal_task_check_empty(tasks, TASK_PROCESSING)) { in reset_parser_thread()
245 hal_task_hnd_set_status(task->hnd, TASK_PROCESSING); in mpp_dec_put_task()
473 if (!hal_task_check_empty(dec->tasks, TASK_PROCESSING)) in try_proc_dec_task()
774 if (hal_task_get_hnd(tasks, TASK_PROCESSING, &task)) { in mpp_dec_hal_thread()
H A Dmpp_dec.cpp274 hal_task_hnd_set_status(hnd, TASK_PROCESSING); in mpp_dec_put_frame()
363 hal_task_hnd_set_status(hnd, TASK_PROCESSING); in mpp_dec_put_frame()
H A Dmpp_enc_impl.cpp2815 hal_task_hnd_set_status(enc->hnd, TASK_PROCESSING); in proc_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/vproc/
H A Dmpp_dec_vproc.cpp626 if (hal_task_get_hnd(tasks, TASK_PROCESSING, &task)) { in dec_vproc_thread()