Searched refs:dec_pkt_copy_rdy (Results 1 – 3 of 3) sorted by relevance
142 if (!status->dec_pkt_copy_rdy) { in mpp_dec_decode()159 status->dec_pkt_copy_rdy = 1; in mpp_dec_decode()195 if (status->dec_pkt_copy_rdy) { in mpp_dec_decode()197 status->dec_pkt_copy_rdy = 0; in mpp_dec_decode()336 status->dec_pkt_copy_rdy = 0; in mpp_dec_decode()397 if (task->status.dec_pkt_copy_rdy) { in mpp_dec_reset_no_thread()400 task->status.dec_pkt_copy_rdy = 0; in mpp_dec_reset_no_thread()
208 if (task->status.dec_pkt_copy_rdy) { in reset_parser_thread()210 task->status.dec_pkt_copy_rdy = 0; in reset_parser_thread()435 if (!task->status.dec_pkt_copy_rdy) { in try_proc_dec_task()443 task->status.dec_pkt_copy_rdy = 1; in try_proc_dec_task()522 if (task->status.dec_pkt_copy_rdy) { in try_proc_dec_task()524 task->status.dec_pkt_copy_rdy = 0; in try_proc_dec_task()676 task->status.dec_pkt_copy_rdy = 0; in try_proc_dec_task()
205 RK_U32 dec_pkt_copy_rdy : 1; member