Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/
H A Dmpp_dec_no_thread.cpp138 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()
H A Dmpp_dec_normal.cpp216 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()
/OK3568_Linux_fs/external/mpp/mpp/codec/inc/
H A Dmpp_dec_impl.h203 RK_U32 dec_pkt_copy_rdy : 1; member