Searched refs:task_parsed_rdy (Results 1 – 3 of 3) sorted by relevance
165 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()
172 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()
209 RK_U32 task_parsed_rdy : 1; member