Home
last modified time | relevance | path

Searched refs:MPP_THREAD_RUNNING (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/mpp/osal/
H A Dmpp_thread.cpp36 mStatus[THREAD_INPUT] = MPP_THREAD_RUNNING; in MppThread()
37 mStatus[THREAD_OUTPUT] = MPP_THREAD_RUNNING; in MppThread()
38 mStatus[THREAD_CONTROL] = MPP_THREAD_RUNNING; in MppThread()
71 set_status(MPP_THREAD_RUNNING); in start()
H A Dmpp_time.cpp253 if (MPP_THREAD_RUNNING != thd->get_status()) in mpp_timer_thread()
/OK3568_Linux_fs/external/mpp/osal/inc/
H A Dmpp_thread.h61 MPP_THREAD_RUNNING, enumerator
/OK3568_Linux_fs/external/mpp/mpp/codec/
H A Dmpp_dec_normal.cpp689 if (MPP_THREAD_RUNNING != parser->get_status()) in mpp_dec_parser_thread()
771 if (MPP_THREAD_RUNNING != hal->get_status()) in mpp_dec_hal_thread()
911 if (MPP_THREAD_RUNNING != thd_dec->get_status()) in mpp_dec_advanced_thread()
H A Dmpp_enc_impl.cpp2284 if (MPP_THREAD_RUNNING != thd_enc->get_status()) in mpp_enc_thread()
2963 if (MPP_THREAD_RUNNING != thd_enc->get_status()) in mpp_enc_async_thread()
/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_cluster.cpp552 if (MPP_THREAD_RUNNING != thd->get_status()) in cluster_worker()
/OK3568_Linux_fs/external/mpp/mpp/vproc/
H A Dmpp_dec_vproc.cpp617 if (MPP_THREAD_RUNNING != thd->get_status()) in dec_vproc_thread()