Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/
H A Dmpp_dec_no_thread.c142 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()
H A Dmpp_dec_normal.c208 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()
/rockchip-linux_mpp/mpp/codec/inc/
H A Dmpp_dec_impl.h205 RK_U32 dec_pkt_copy_rdy : 1; member