Searched refs:dec_pkt_copy_rdy (Results 1 – 3 of 3) sorted by relevance
138 if (!status->dec_pkt_copy_rdy) { in mpp_dec_decode()151 status->dec_pkt_copy_rdy = 1; in mpp_dec_decode()181 if (status->dec_pkt_copy_rdy) { in mpp_dec_decode()183 status->dec_pkt_copy_rdy = 0; in mpp_dec_decode()304 status->dec_pkt_copy_rdy = 0; in mpp_dec_decode()363 if (task->status.dec_pkt_copy_rdy) { in mpp_dec_reset_no_thread()366 task->status.dec_pkt_copy_rdy = 0; in mpp_dec_reset_no_thread()
216 if (task->status.dec_pkt_copy_rdy) { in reset_parser_thread()218 task->status.dec_pkt_copy_rdy = 0; in reset_parser_thread()442 if (!task->status.dec_pkt_copy_rdy) { in try_proc_dec_task()450 task->status.dec_pkt_copy_rdy = 1; in try_proc_dec_task()529 if (task->status.dec_pkt_copy_rdy) { in try_proc_dec_task()531 task->status.dec_pkt_copy_rdy = 0; in try_proc_dec_task()661 task->status.dec_pkt_copy_rdy = 0; in try_proc_dec_task()
203 RK_U32 dec_pkt_copy_rdy : 1; member