Searched refs:MPP_THREAD_RUNNING (Results 1 – 7 of 7) sorted by relevance
| /rockchip-linux_mpp/osal/ |
| H A D | mpp_thread.c | 32 thread->thd_status[THREAD_INPUT] = MPP_THREAD_RUNNING; in mpp_thread_create() 33 thread->thd_status[THREAD_OUTPUT] = MPP_THREAD_RUNNING; in mpp_thread_create() 34 thread->thd_status[THREAD_CONTROL] = MPP_THREAD_RUNNING; in mpp_thread_create() 65 mpp_thread_set_status(thread, MPP_THREAD_RUNNING, THREAD_WORK); in mpp_thread_start()
|
| H A D | mpp_time.c | 240 if (MPP_THREAD_RUNNING != mpp_thread_get_status(thd, THREAD_WORK)) in mpp_timer_thread()
|
| /rockchip-linux_mpp/osal/inc/ |
| H A D | mpp_thread.h | 38 MPP_THREAD_RUNNING, enumerator
|
| /rockchip-linux_mpp/mpp/codec/ |
| H A D | mpp_dec_normal.c | 703 if (MPP_THREAD_RUNNING != mpp_thread_get_status(parser, THREAD_WORK)) { in mpp_dec_parser_thread() 788 if (MPP_THREAD_RUNNING != mpp_thread_get_status(hal, THREAD_WORK)) { in mpp_dec_hal_thread() 931 if (MPP_THREAD_RUNNING != mpp_thread_get_status(thd_dec, THREAD_WORK)) { in mpp_dec_advanced_thread()
|
| H A D | mpp_enc_impl.c | 2867 if (MPP_THREAD_RUNNING != mpp_thread_get_status(thd_enc, THREAD_WORK)) { in mpp_enc_thread() 3599 if (MPP_THREAD_RUNNING != mpp_thread_get_status(thd_enc, THREAD_WORK)) { in mpp_enc_async_thread()
|
| /rockchip-linux_mpp/mpp/base/ |
| H A D | mpp_cluster.c | 566 if (MPP_THREAD_RUNNING != mpp_thread_get_status(thd, THREAD_WORK)) { in cluster_worker()
|
| /rockchip-linux_mpp/mpp/vproc/ |
| H A D | mpp_dec_vproc.c | 855 if (MPP_THREAD_RUNNING != mpp_thread_get_status(thd, THREAD_WORK)) { in dec_vproc_thread()
|