Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/
H A Dmpp_dec_no_thread.cpp157 if (!status->task_parsed_rdy) { in mpp_dec_decode()
161 status->task_parsed_rdy = 1; in mpp_dec_decode()
186 status->task_parsed_rdy = 0; in mpp_dec_decode()
306 status->task_parsed_rdy = 0; in mpp_dec_decode()
342 if (task->status.task_parsed_rdy) { in mpp_dec_reset_no_thread()
350 task->status.task_parsed_rdy = 0; in mpp_dec_reset_no_thread()
374 task->status.task_parsed_rdy = 0; in mpp_dec_reset_no_thread()
H A Dmpp_dec_normal.cpp180 if (task->status.task_parsed_rdy) { in reset_parser_thread()
190 task->status.task_parsed_rdy = 0; in reset_parser_thread()
226 task->status.task_parsed_rdy = 0; in reset_parser_thread()
508 if (!task->status.task_parsed_rdy) { in try_proc_dec_task()
512 task->status.task_parsed_rdy = 1; in try_proc_dec_task()
534 task->status.task_parsed_rdy = 0; in try_proc_dec_task()
663 task->status.task_parsed_rdy = 0; in try_proc_dec_task()
/OK3568_Linux_fs/external/mpp/mpp/codec/inc/
H A Dmpp_dec_impl.h207 RK_U32 task_parsed_rdy : 1; member