Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/
H A Dmpp_dec_no_thread.c165 if (!status->task_parsed_rdy) { in mpp_dec_decode()
169 status->task_parsed_rdy = 1; in mpp_dec_decode()
200 status->task_parsed_rdy = 0; in mpp_dec_decode()
338 status->task_parsed_rdy = 0; in mpp_dec_decode()
376 if (task->status.task_parsed_rdy) { in mpp_dec_reset_no_thread()
384 task->status.task_parsed_rdy = 0; in mpp_dec_reset_no_thread()
408 task->status.task_parsed_rdy = 0; in mpp_dec_reset_no_thread()
H A Dmpp_dec_normal.c172 if (task->status.task_parsed_rdy) { in reset_parser_thread()
182 task->status.task_parsed_rdy = 0; in reset_parser_thread()
218 task->status.task_parsed_rdy = 0; in reset_parser_thread()
501 if (!task->status.task_parsed_rdy) { in try_proc_dec_task()
505 task->status.task_parsed_rdy = 1; in try_proc_dec_task()
527 task->status.task_parsed_rdy = 0; in try_proc_dec_task()
678 task->status.task_parsed_rdy = 0; in try_proc_dec_task()
/rockchip-linux_mpp/mpp/codec/inc/
H A Dmpp_dec_impl.h209 RK_U32 task_parsed_rdy : 1; member